Cómo Dedupe Server Calls with Remix Utils Batcher por sergiodxa
The blog of sergiodxa
The blog of sergiodxa
The blog of sergiodxa
How enforced discipline in one language can teach you better patterns in another - lessons from crossing the Elm/React boundary
From handles to hosting.
Everything I Hate About React, I Really Hate About JavaScript The main thing1 people hate about React is not React's fault at all, but is actually caused by a design flaw in JavaScript. (Or TypeScrip…
A critique of React Server Components and Next.js 15.
A data-driven comparison of CSR, SSR, and RSC under the same app and test setup, focusing on initial-load performance and the impact of client- vs server-side data fetching (including Streaming + Suspense).
Learn how Bun is able to cut install times by up to 25×. Bun skips Node.js's overhead with direct system calls, cache-friendly data layouts, OS-level copy-on-write, and full-core parallelism.
Learn what TanStack DB is, how it works, and why it might change the way you build apps.
A visual introduction to big O notation.
Deep technical insights and comprehensive guides about software development, architecture, and modern programming practices.
This is an article about Vite and its features which are related to the node_modules of your...
A walkthrough of the Vite codebase to understand how Vite bundles and optimize your code for production
UI = f(data)(state)