Implements modern Next.js 14+ architecture including Server Components, streaming, and full-stack React patterns.
This skill provides a comprehensive library of implementation patterns for Next.js 14+ App Router applications. It guides Claude through the complexities of React Server Components, efficient data fetching with Suspense, complex routing scenarios like parallel and intercepting routes, and full-stack integration using Server Actions. Whether migrating from the Pages Router or building a new high-performance web application, this skill ensures industry best practices for caching, SEO, and progressive rendering are applied correctly.
主な機能
01Advanced data fetching with Suspense and Streaming
02Parallel and Intercepting route implementation for complex UIs
030 GitHub stars
04React Server Components (RSC) and Client Component optimization
05Server Actions for secure, full-stack interactivity
06Dynamic Metadata and SEO optimization patterns
ユースケース
01Building complex dashboard layouts with parallel slots and intercepting modals.
02Optimizing web performance through granular streaming and caching strategies.
03Migrating legacy Next.js Pages Router applications to the modern App Router architecture.