What problem does it solve?
This Skill addresses the challenge of building Next.js 16 App Router projects with React 19, leveraging Turbopack for efficient builds and static export for hybrid mobile apps. It provides guidance on Server vs Client component boundaries, async params, and the Metadata API, simplifying the scaffolding of App Router routes and debugging build errors.
Core Features & Use Cases
- Next.js 16 Support: Tailored for Next.js 16, with emphasis on App Router and static export capabilities.
- Turbopack Integration: Utilizes Turbopack for optimized build processes.
- Static Export: Enables static export for hybrid mobile apps, such as those developed with Capacitor.
- Component Boundaries: Offers insights into defining Server vs Client components for efficient rendering and performance.
- Async Params: Guidance on handling async params for dynamic routes.
- Metadata API: Instructions on leveraging the Metadata API for comprehensive page metadata management.
- Use Case: Ideal for developers looking to create scalable and efficient Next.js applications with React 19 and Turbopack, especially for projects requiring static export and hybrid mobile app support.
Quick Start
Install the skill and follow the provided guide to set up a Next.js 16 project with the App Router, optimized for static export and hybrid mobile apps.