Skip to content
New issue

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 support #2618

Open
emmenko opened this issue May 16, 2022 · 1 comment
Open

React Router v6 support #2618

emmenko opened this issue May 16, 2022 · 1 comment

Comments

@emmenko
Copy link
Member

emmenko commented May 16, 2022

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.

@nihalna
Copy link

nihalna commented May 22, 2024

Any plans to do this update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants