Nextjs App Router

Provides patterns and code examples for building Next.js 16+ applications with App Router architecture. Use when creating projects with App Router, implementing Server Components and Client Components ("use client"), creating Server Actions for forms, building Route Handlers (route.ts), configuring caching with "use cache" directive (cacheLife, cacheTag), setting up parallel routes (@slot) or intercepting routes, migrating to proxy.ts, or working with App Router file conventions (layout.tsx, page.tsx, loading.tsx, error.tsx).

tools-only Updated 7 repo stars

File contents

tools-only/X-Skills/tree/main/content-creation/003-name-skill_feaebcdb commit a04efad1bd

Frequently asked questions

npx skillmds@latest add tools-only/nextjs-app-router-2