Home > Back-end >  React router v6 and relative links from page within route
React router v6 and relative links from page within route

Time:06-08

Hi am trying to update project using react router to v6. I get the basics but am struggling with relative links.

We have a page that renders reference documentation for a given item by 'id'. The documentation can have links to other 'sibling' material, using sibling id. In other words the user can navigate around the docs without ever leaving the same basic route (parameterised by 'id').

I have made a little Edit react-router-v6-and-relative-links-from-page-within-route

  • Related