RSC Explorer Embeds

Multiple embedded RSC explorers demonstrating different React Server Components patterns.

Hello World

The simplest possible server component.

Counter

A client component with state, rendered from a server component.

Async Component

Server components can be async and use Suspense for loading states.

Form Action

Server actions handle form submissions with useActionState.