How React Router works under the hood
The ins and outs of the framework.
Jan 26, 20257 min read8.3K

Search for a command to run...
Articles tagged with #remix
The ins and outs of the framework.

When useFetcher isn't enough.

Options In Remix you can use the <Link> component to prefetch resources. It would prefetch both the loader data from the route and the JavaScript the route needs. You have 4 different options: none: No prefetching intent: Prefetch on hover or focus...

Introduction This post is for my younger self. A post that would've helped me get up to speed with Remix faster. What is Remix? Remix is a web framework built on top of the Web Fetch API, allowing for deployment on multiple platforms. It acts as a ce...
