React Server Components Framework Overview React Server Components (RSC) enable server-first rendering with client-side interactivity. This skill covers Next.js 16.2 LTS App Router patterns, Server Components, Server Actions, and streaming. Next.js 16.2.3 LTS (Apr 2026) — Turbopack is the default bundler (no flag needed), Server Fast Refresh is on by default, and the new config flag replaces the legacy escape hatch. For AI-agent debugging Next.js also ships the binary ( ), a CDP client for mid-run inspection. When to use this skill: - Building Next.js 16+ applications with the App Router - De…