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
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/
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
Stick with @reach/router, as it continues to get bugfixes.
The text was updated successfully, but these errors were encountered:
React Router v6 is expected to be released by September 2021 as per the updates in remix-run/react-router#7613
Sorry, something went wrong.
React Router v6 was released on Nov 3, 2021 Blog post: https://remix.run/blog/react-router-v6
Upgrade instructions from Reach Router v1 to React Router v6 https://reactrouter.com/docs/en/v6/upgrading/reach
Successfully merging a pull request may close this issue.
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: