others / sergiodxa.com2021-12-24
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...
If you're building a Remix web app, and then you decide to expose an API from that app, you may be tempted to try to reuse the same routes ā¦
When you build a web application, you may reach a point where some performance problems could be solved by a...
If you are using Remix, most of your application code will live in the loaders and actions instead of React compo...
Vitest is a testing framework, similar to Jest, but way faster, built on top of Vite, which uses esbuil...
The blog of sergiodxa
Rolling sessions is a technique to extend the maxAge of a session cookie by resetting the cookie's expiration date...
If you're using multiple forms on the same route, you may use the useFetcher hook, which also...