Next App Router Patterns

Next.js App Router patterns covering server/client boundary, data fetching and caching, server actions, streaming, parallel and intercepting routes, edge vs node runtime, and review checklist. Use whenever the project contains `next.config.js`, `next.config.mjs`, `next.config.ts`, an `app/` directory with `page.tsx`/`page.jsx`/`layout.tsx`/`layout.jsx`/`route.ts`, OR `next` in `package.json` dependencies, OR the user asks about Next.js, App Router, server components, client components, server actions, route handlers, parallel routes, intercepting routes, streaming, generateMetadata, generateStaticParams, even if Next.js is not mentioned by name. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/ku5ic--dotfiles--next-app-router-patterns commit 5b08c8f6b2

Frequently asked questions

npx skillmds@latest add tomevault-io/next-app-router-patterns