Streaming & Suspense Demo
This page demonstrates partial prerendering with streaming dynamic content. Static content appears instantly, dynamic content streams in.
✓ Static Shell (Instant)
This content is part of the static shell. It's prerendered and sent immediately.
Cached Content
✓ Cached with use cache - reused across requests
- Post 1: Introduction to Server Components
- Post 2: Understanding Cache Components
- Post 3: Streaming with Suspense
Streaming Content (2s delay)
More Streaming (3s delay)
How it works
- 1. Static shell is sent immediately (this text, navigation, headers)
- 2. Cached content streams in (included in shell if pre-cached)
- 3. Dynamic content streams as it becomes ready
- 4. Each Suspense boundary streams independently