Reactjs – How to get route params in navbar in React 18, React-Router 6
I have a React frontend. The code follows below. My problem is that I need to get route information outside <Routes>, in navigation menu and I can't use useParams(). On the other hand, I tried to move <Routes> outside <NavMenu>…