-
Notifications
You must be signed in to change notification settings - Fork 35
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
Switch to React Router once v7 is released #26
Labels
enhancement
New feature or request
Comments
React Router v6 is expected to be released by September 2021 as per the updates in remix-run/react-router#7613 |
React Router v6 was released on Nov 3, 2021 |
Upgrade instructions from Reach Router v1 to React Router v6 https://reactrouter.com/docs/en/v6/upgrading/reach |
React Router is now merged with Remix
|
trivikr
changed the title
Switch to React Router once v6 is released
Switch to React Router once v7 is released
Dec 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The notes app uses @reach/router which was put on path of deprecation in favor of React Router
Post from May 17th, 2019 https://reacttraining.com/blog/reach-react-router-future/
Describe the solution you'd like
Switch to Reach Router once v6 stable version is released.
As of June 2020, it's in beta https://github.com/ReactTraining/react-router/releases/tag/v6.0.0-beta.0
Describe alternatives you've considered
Stick with @reach/router, as it continues to get bugfixes.
The text was updated successfully, but these errors were encountered: