Interactive Demo

Server Actions Demo

Experience the power of Server Actions with real-time updates.

Current Count

0

Click the buttons to trigger Server Actions

How It Works

Client State

Counter state lives on the client using React's useState hook for instant UI updates.

Server Actions

Increment and decrement call Server Actions that run on Cloudflare Workers.

Pending State

useTransition provides pending state for smooth loading indicators.

Edge Runtime

All server logic runs on Cloudflare Workers at the edge for minimal latency.