You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Remix (the framework) is being swallowed by it's predecessor, React Router in it's V7 Release.
This will provide some benefits among:
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
The text was updated successfully, but these errors were encountered: