Upgrade to React Router v6
I recommend reading React Router v6's:
- migration guide - https://reactrouter.com/docs/en/v6/upgrading/v5#upgrade-to-react-router-v6
- quick start guide - https://reactrouter.com/docs/en/v6/getting-started/overview
- main concepts guide - https://reactrouter.com/docs/en/v6/getting-started/concepts
I took the opportunity to refactor some components to TypeScript (except LayoutModal.jsx
, which I'm not sure is still being used).
Edited by Axel Bocciarelli