Next.js 16 and React 19 implementation and performance guidance for SOC-CRRU. Use for App Router design, server/client boundaries, eliminating waterfalls, bundle reduction, and frontend performance reviews.
Use this skill for React and Next.js implementation decisions, especially when performance, App Router patterns, and server/client boundaries matter.
Read ONLY the relevant guidance file for the current problem.
| File | Description | When to Read |
|---|---|---|
app-router-and-fetching.md | App Router patterns, SSR, server-friendly data fetching, waterfall avoidance | When building or reviewing route logic |
client-boundaries-and-rerenders.md | Client components, re-render control, memoization, UI responsiveness | When editing interactive components |
bundle-and-performance.md | Bundle size, dynamic imports, image/rendering performance |
| When optimizing frontend performance |