#Server Components
3 posts
8 min read
Modern React + Next.js #4 Data Fetching and Caching
Fetching data directly in Server Components with async/await, plus how Next.js caches and revalidates.
9 min read
Modern React + Next.js #3 Server Components vs Client Components
How the two component types differ, how the 'use client' directive draws the boundary, and how to mix them effectively.
7 min read
Modern React + Next.js #1: Why Next.js and Server Components
The limits of client-side React, the problems Server Components solve, and the differences between CSR, SSR, and RSC.