2

Our application uses a lot of pre-cooked HTML for certain pages; since these are not standard React components they cannot utilise Next.js Link component or Routing. Due to this, we cannot use Next.js to its fullest extent. We need to find a way to replace regular hyperlink tags "" with Link components before the HTML is inserted into the page or React components. This has to be done on the server-side as well as on the client-side. I need to find a mechanism that allows hyperlinks in pre-cooked HTML to be handled by Next.js' Routing.

Saif Ahmad
  • 31
  • 2

0 Answers0