React Server Components: A Mental Model
React Server Components: A Mental Model

React Server Components: A Mental Model

Author
Shiv Bade
Tags
react
rsc
Published
December 2, 2022
Featured
Slug
Tweet
React Server Components (RSC) are not just SSR.
  • Components rendered on the server, no JS shipped
  • Great for static + dynamic hybrid use
  • Works best with streaming frameworks (Next.js 13+)
Still early days. Promising for perf-sensitive apps.