Upgrade React Router v5 to v6
Migrate React Router v5 code to React Router v6 route and navigation APIs.
category:modernization
react
router
migration
frontend
0
Prompt
Convert this React Router v5 setup to v6.
Apply:
- Replace <Switch> with <Routes>
- Convert component/render props to element={...}
- Replace useHistory with useNavigate
- Update redirects to <Navigate />
- Fix nested routes
Return updated routing code and call out any breaking changes.