# server components
3 articles
nextjs
Next.js SSR Guide: What Changed with Server Components
How SSR works in App Router with Server Components. Practical patterns for data fetching, caching, and streaming in Next.js 16.
Mar 2, 2026 · updated Mar 8, 2026 · 9 minreact
React Server Components: Complete Guide
Understand how RSC works, when to use Server vs Client Components, and practical patterns for Next.js App Router.
Mar 2, 2026 · updated Mar 8, 2026 · 8 minreact
Minimize 'use client' in React Server Components
Design patterns to keep 'use client' boundaries small in Next.js App Router. Island Architecture, Composition Pattern, and practical refactoring examples.
Mar 2, 2026 · updated Mar 8, 2026 · 9 min