React Server Components in Next.js

Without Streaming

Static + Client Side Data Fetching
🐌 SSR with API Delays

React Server Components with Streaming

RSC + HTTP Streaming
🐌 RSC with API Delays + HTTP Streaming

This demo is built with Next.js and React Server Components. Read about our blog post here: Next.js 12.

Check out the code: https://github.com/vercel/next-rsc-demo