If you're using Remix, you can ask it to prefetch the data of a new route using `<Link prefetch`> prop, but if you need to use `fetcher.loa…
Published on sergiodxa.com
HTTP vs. Server-side Cache in Remix by sergiodxa
When you build a web application, you may reach a point where some performance problems could be solved by a...
Test Remix loaders and actions by sergiodxa
If you are using Remix, most of your application code will live in the loaders and actions instead of React compo...
E2E test Remix with Vitest and Puppeteer by sergiodxa
Vitest is a testing framework, similar to Jest, but way faster, built on top of Vite, which uses esbuil...
Use Remix with socket.io by sergiodxa
If you want to add real-time capabilities to your Remix app without using an external service, the easiest way is proba...
The useMatches hook in Remix by sergiodxa
If you use Remix, there's a hook that you can use called useMatches, this hook is a way to access some internal d...
Loader vs Route Cache Headers in Remix by sergiodxa
Document Request So, let's say you have a route at /my-super-route, and there you have a loader fun...