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

Switch to React Router once v6 is released #26

Open
trivikr opened this issue Feb 10, 2021 · 3 comments · May be fixed by #60
Open

Switch to React Router once v6 is released #26

trivikr opened this issue Feb 10, 2021 · 3 comments · May be fixed by #60
Labels
enhancement New feature or request

Comments

@trivikr
Copy link
Contributor

trivikr commented Feb 10, 2021

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.

@trivikr
Copy link
Contributor Author

trivikr commented Aug 12, 2021

React Router v6 is expected to be released by September 2021 as per the updates in remix-run/react-router#7613

@trivikr
Copy link
Contributor Author

trivikr commented Nov 15, 2021

React Router v6 was released on Nov 3, 2021
Blog post: https://remix.run/blog/react-router-v6

@trivikr
Copy link
Contributor Author

trivikr commented Nov 15, 2021

Upgrade instructions from Reach Router v1 to React Router v6 https://reactrouter.com/docs/en/v6/upgrading/reach

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

Successfully merging a pull request may close this issue.

1 participant