We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React Router v6 comes with new features, performance improvements and better compatibility with the latest versions of React.
https://reactrouter.com/docs/en/v6/upgrading/v5
Upgrading from v5 to v6 is not trivial and requires a lot of work. A first attempt and investigation was done some time ago #1575.
However, the React Router team recently released a compatibility package to ease the migration from v5 to v6: react-router-dom-v5-compat.
react-router-dom-v5-compat
We should starting using that to kick start the migration work and see if we can also ease the process for Custom Applications users.
Upgrading to v6 opens up more useful features such as data loaders.
The text was updated successfully, but these errors were encountered:
Any plans to do this update?
Sorry, something went wrong.
No branches or pull requests
React Router v6 comes with new features, performance improvements and better compatibility with the latest versions of React.
https://reactrouter.com/docs/en/v6/upgrading/v5
Upgrading from v5 to v6 is not trivial and requires a lot of work. A first attempt and investigation was done some time ago #1575.
However, the React Router team recently released a compatibility package to ease the migration from v5 to v6:
react-router-dom-v5-compat
.https://reactrouter.com/docs/en/v6/upgrading/v5
We should starting using that to kick start the migration work and see if we can also ease the process for Custom Applications users.
Upgrading to v6 opens up more useful features such as data loaders.
The text was updated successfully, but these errors were encountered: