Rendering Models

Use when reasoning about how a web UI is produced and delivered: client-side rendering, server-side rendering, static-site generation, incremental static regeneration, React Server Components, streaming SSR, edge rendering, and partial prerendering. Covers the time × place grid (build/request/stream/interaction × server/edge/client), the trade-offs between first-paint latency and time-to-interactive, the relationship between rendering and hydration, and how a route's content profile (dynamic / static / personalized) maps to a model. Do NOT use for organizing the frontend codebase (use frontend-architecture), the serialization frontier between server and client code (use client-server-boundary), the wire protocol itself (use http-semantics), or specific deploy-platform composition patterns (use vercel-composition-patterns).

jacob-balslev 973d220 4 files · 46.3 KB Updated

File contents

jacob-balslev/skill-graph/tree/main/marketplace/skills/rendering-models commit 973d220fb6

Frequently asked questions

npx skillmds@latest add jacob-balslev/rendering-models