You may be looking for a useSyncExternalStore | Swizec Teller
When you see a `useEffect` that updates a `useState` and returns a value, you might be looking for a `useSyncExternalStore`. This is my current vendetta.
When you see a `useEffect` that updates a `useState` and returns a value, you might be looking for a `useSyncExternalStore`. This is my current vendetta.
Learn React's server-side features: SSR with streaming, static pre-rendering, hydration, Server Components, and Server Functions. Discover how frameworks like Next.js enable modern full-stack React development.
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.