Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Next.js App Router Patterns logo
Skill

Next.js App Router Patterns

Settles where the server ends and the client begins in an App Router app.

0
SaveVisit website ↗

Install

/plugin marketplace add wshobson/agents; /plugin install frontend-mobile-development
Triggers on

When a Next.js App Router app is being built, migrated from Pages Router, or its caching is being fixed.

Author
wshobson
License
MIT

The default is a server component and 'use client' is spent deliberately, because every boundary crossed adds bundle weight and forces data to be serialisable. Rendering modes are laid out side by side — static, dynamic, streaming — with the revalidation and caching behaviour that decides which one a route actually gets. Parallel routes, intercepting routes and the file conventions around loading, error and not-found states are covered, along with Server Actions for mutations that still work before hydration.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar skills

Report this comment

Why are you reporting this?