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

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

[WIP] feat(frontend): replace Reach Router v1 to React Router v6 #60

Open trivikr opened 2 years ago

trivikr commented 2 years ago

Issue

Fixes: https://github.com/aws-samples/aws-sdk-js-notes-app/issues/26

Description

Switches from Reach Router v1 to React Router v6.

Testing

ToDo: Verify that routes work in the frontend.

Additional context

Refs: https://reactrouter.com/docs/en/v6/upgrading/reach#first-non-breaking-updates


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

trivikr commented 2 years ago

React Router v6.3.0 makes migration easier https://github.com/remix-run/react-router/discussions/8753