'use client' doesn't mean client-only — it marks where JS ships
The module-graph boundary behind Server Components, and why it explains most of what Next.js does
Aug 31, 202610 min read8

Search for a command to run...
Articles tagged with #web-development
The module-graph boundary behind Server Components, and why it explains most of what Next.js does

Every TypeScript decision follows from one fact — the types are gone at runtime

An access token says what an app may do, not who the user is
The one mechanism that explains JSX, props, state, and the mutation bug everyone hits
