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

Update react-router-dom v6.9.0, using createBrowserRouter and RouterProvider #173

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

8bitmatt
Copy link

WHY are these changes introduced?

Using the latest, recommended router createBrowserRouter

WHAT is this pull request doing?

  • Routes.jsx -> AppRouterProvider.jsx, where all route related code is now contained
  • Move <NavigationMenu> to AppBridgeProvider.jsx which is a "layout route" that wraps all other routes
  • Significantly cleans up App.jsx
  • Add general ErrorBoundary error element
  • Fixes missing <Header> in pagename.jsx (That I found thanks to the new ErrorBoundary)

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.

1 participant