Conceptual
Login

The RSC Payload

The server serializes the rendered Server Component tree into a compact streamed format containing rendered output, placeholders referencing Client Component bundles, and the serialized props to pass them. On navigation the client fetches this payload instead of HTML and React reconciles it into the existing tree, updating server content without destroying client state.

This Concept is waiting for its first lesson!

The server serializes the rendered Server Component tree into a compact streamed format containing rendered output, placeholders referencing Client Component bundles, and the serialized props to pass them. On navigation the client fetches this payload instead of HTML and React reconciles it into the existing tree, updating server content without destroying client state.

Are you a teacher? Sign in to start contributing.

Sign In