Multiple embedded RSC explorers demonstrating different React Server Components patterns.
The simplest possible server component.
A client component with state, rendered from a server component.
Server components can be async and use Suspense for loading states.
Server actions handle form submissions with useActionState.