Server and client components
Listed inNext.jsServer-Side Renderingon
The normative source on where the boundary falls, what `use client` really marks, and how the two trees compose.
Rendering on the server for first paint and SEO, then hydrating — and the whole class of bugs that creates.
6 articles
Listed inNext.jsServer-Side Renderingon
The normative source on where the boundary falls, what `use client` really marks, and how the two trees compose.
Listed inNext.jsServer-Side Renderingon
Where the server/client boundary actually falls, what crosses it, and the four mistakes that turn a server component tree back into a client-rendered app.
Listed inSvelteKitServer-Side Renderingon
Load functions, form actions, and adapters that target anything from a static host to the edge.
Listed inNuxt.jsServer-Side Renderingon
Vue’s meta-framework: file routing, auto-imports, server routes, and hybrid rendering rules.
Listed inNext.jsServer-Side Renderingon
The App Router, server components, caching layers, and where the server/client boundary actually falls.
Listed inServer-Side RenderingServer-Side Renderingon
SSR, hydration, streaming, and the mismatch errors that come from rendering twice in two places.