nextjs

Installation
Summary

Build Next.js 16 apps with async route params, Server Components, Cache Components, and Partial Prerendering.

  • Covers 25+ documented errors and solutions, including async params migration, parallel routes with required default.js, and "use cache" directive patterns
  • Supports Cache Components with revalidateTag(), updateTag(), and refresh() APIs for opt-in caching and stale-while-revalidate strategies
  • Includes proxy.ts migration (replaces deprecated middleware.ts), Turbopack production limitations (Prisma incompatibility, source map security, monorepo hash mismatches), and React 19.2 features (View Transitions, useEffectEvent)
  • Provides templates for async params, parallel routes, cache components, server actions, and configuration; references breaking changes from Node.js 20.9+ requirement and image optimization defaults
SKILL.md

Next.js App Router - Production Patterns

Version: Next.js 16.1.1 React Version: 19.2.3 Node.js: 20.9+ Last Verified: 2026-01-09


Table of Contents

  1. When to Use This Skill
  2. When NOT to Use This Skill
  3. Security Advisories (December 2025)
  4. Next.js 16.1 Updates
  5. Next.js 16 Breaking Changes
  6. Cache Components & Caching APIs
  7. Route Handlers (Next.js 16 Updates)
  8. Proxy vs Middleware
Related skills
Installs
1.0K
GitHub Stars
776
First Seen
Jan 20, 2026