Posts tagged with react-router
Future Proofing Your Remix App (Remix Blog) ↗️
At Remix, we know first-hand just how painful it can be to go through a major version upgrade. Especially for something as foundational to your application as the framework or router it's built on. We want to do our very best to provide you a best-in-class upgrade experience -- let's talk about "Future Flags".
Lazy Loading Routes in React Router 6.4+ (Remix Blog) ↗️
If we want lazy-loading to play nicely with data routers, we need to be able to introduce laziness outside of the render cycle. Just like we lifted data fetching out from the render cycle, we want to lift route fetching out of the render cycle as well.
React-Routering Remix (Remix Blog) ↗️
Earlier this year we started an undertaking to Remix React Router with the aim of bringing all of the Remix Data API's (
loaders
,actions
,fetchers
, etc.) over to React Router. With the recent release of React Router v6.4.0 we're proud to report that we've completed that effort...and we think we've made them even better 😃