Users can enable a setting in their devices to indicate to websites that they prefer redu...
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...
Validating Remix forms with Constraints API by sergiodxa
The Constraints API is a browser API that has been available since the times of IE10, yep, that old....
Avoid waterfalls of queries in Remix loaders by sergiodxa
Remix does a fantastic job of avoiding waterfalls everywhere. It preloads assets. It downloads JS a...