aws-samples / aws-sdk-js-notes-app

A simple note taking application using modular AWS SDK for JavaScript (v3)
Other
81 stars 30 forks source link

Switch to React Router once v6 is released #26

Open trivikr opened 3 years ago

trivikr commented 3 years ago

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 commented 3 years ago

React Router v6 is expected to be released by September 2021 as per the updates in https://github.com/ReactTraining/react-router/issues/7613

trivikr commented 2 years ago

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

trivikr commented 2 years ago

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