Conceptual
Login

React Server Components

Components that execute only on the server: they can be async, read databases and secrets directly, and ship zero JavaScript to the browser, but they cannot use state, effects, or browser APIs. In the App Router every component is a Server Component unless it opts out.

This Concept is waiting for its first lesson!

Components that execute only on the server: they can be async, read databases and secrets directly, and ship zero JavaScript to the browser, but they cannot use state, effects, or browser APIs. In the App Router every component is a Server Component unless it opts out.

Are you a teacher? Sign in to start contributing.

Sign In