'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 #react
The module-graph boundary behind Server Components, and why it explains most of what Next.js does

The one mechanism that explains JSX, props, state, and the mutation bug everyone hits
