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

Upgrade and migrate React Router to v6 and upgrade Storybook to latest release. Fixes #393 #394

Merged
merged 4 commits into from
Apr 9, 2022

Conversation

erikguntner
Copy link
Collaborator

This upgrades includes the upgrading and migration of code to React Router to v6, as well as an upgraded to Storybook 6.4. This involved:

  • Upgrading the react router to v6
  • Refactoring Router and Route components in index.tsx
  • Refactoring ProtectedRoute component
  • Upgrading storybook to 6.4

There are two other unrelated changes:

  1. Adding a script for type checking without emitting compiled .js files
  2. Renaming redux to app since typescript was mistaking it for a redux module

@erikguntner erikguntner linked an issue Apr 6, 2022 that may be closed by this pull request
4 tasks
@erikguntner erikguntner requested a review from tylerthome April 6, 2022 19:24
@tylerthome tylerthome merged commit 1a64cea into main Apr 9, 2022
@Joshua-Douglas Joshua-Douglas deleted the upgrade-storybook-react-router branch December 12, 2023 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade React Router to v6 and Storybook to latest
2 participants