#Next.js
17 posts
9 min read
Modern React + Next.js #5 Loading with Suspense and use()
Streaming that shows parts as they become ready, Suspense boundaries, loading.js, and the newly stabilized use() hook.
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.
8 min read
Modern React + Next.js #2 Getting Started with Next.js and the App Router
Create a Next.js project and get hands-on with the App Router — file-based routing, the layout system, and nested layouts.
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.