streaming-rsc-demo icon indicating copy to clipboard operation
streaming-rsc-demo copied to clipboard

🚀 Simple demo of Streaming React Server Component

Overview

Simple demo of Streaming React Server Component with JSON Placeholder API

This demo covers following three rendering methods as comparison

  • 🔑 CSR(useSWR) + SG with Suspense
  • 🚀 Streaming RSC(React Server Components) with Suspense
  • 🐭 Conventional getServerSideProps (All or Nothing) roadmap