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

UI - React Router Upgrade #836

Open
ryanhopperlowe opened this issue Dec 13, 2024 · 0 comments
Open

UI - React Router Upgrade #836

ryanhopperlowe opened this issue Dec 13, 2024 · 0 comments
Assignees
Labels
admin-ui UI related issues chore

Comments

@ryanhopperlowe
Copy link
Contributor

Remix (the framework) is being swallowed by it's predecessor, React Router in it's V7 Release.

This will provide some benefits among:

  • improved type safety with route modules
  • better community support (developers no longer have to split knowledge between React Router and Remix, so solutions will be more cohesive)
  • General performance, cleanliness within the framework
  • Easier upgrades going forward since all upgrades will funnel through React Router

It should be a simple upgrade since we've already implemented most of future flags provided by Remix intended for swapping. Additionally they have provided a codemod that handles trivial updates like imports and package names

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin-ui UI related issues chore
Projects
None yet
Development

No branches or pull requests

2 participants