|
Build better websites with Remix and React Router. Remix brings the state of the art in web development without leaving behind the fundamentals. Subscribe to stay up to date on all things Remix.
React Router v7 Prerelease We just published our first pre-release of React Router v7 This marks a significant step toward providing the Incremental Path to React 19 for millions of applications using React Router, as well as several great improvements for Remix users. Feel free to check out the docs and start getting your hands dirty right now. Just a quick reminder: this is a prerelease, we fully expect there to be bugs. If you run into any please open up a ticket with a reproduction so we...
Remix Newsletter #22 Welcome to the Remix Newsletter! It's been a minute since our last one. We hope you had a wonderful summer and stayed cool (or warm if you share a hemisphere with Remix core member Mark Dalgleish). Let's dive in πΏ Remix and React Router Updates While most of our effort has been on finishing React Router v7, the team still managed to fix a number of bugs, stabilize multiple APIs, and improve existing unstable features like Single Fetch and Lazy Route Discovery (a.k.a Fog...
Remix Newsletter #19 Hello Remix fans, and welcome to newsletter #19! We have a new feature hot off the release cycle, as well as a guest blog post, a case study, a new video about SPA mode, and this month's featured Remix Resource. Let's get started! Remix v2.9 Single Fetch (Unstable): This fetching strategy simplifies document and data requests by making them consistent in Remix. You can enabled it by setting future.unstable_singleFetch to true in your config. Keep reading to learn what...