Next.js App Router Patterns
Use this skill for App Router structure, component boundaries, and routing behavior.
Core Guidance
- •Default to server components; add 'use client' only when needed.
- •Use layout, loading, error, and not-found boundaries consistently.
- •Prefer fetch patterns that respect caching and data flow guidance.