nextjs-v16

- Async params /cookies /headers ; opt-in caching via "use cache" ; Turbopack default.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "nextjs-v16" with this command: npx skills add bobmatnyc/claude-mpm-skills/bobmatnyc-claude-mpm-skills-nextjs-v16

Next.js 16

  • Async params /cookies /headers ; opt-in caching via "use cache" ; Turbopack default.

Anti-patterns:

  • ❌ Sync request APIs; ✅ await params , cookies() , and headers() .

  • ❌ Keep middleware.ts ; ✅ use proxy.ts and export function proxy .

  • ❌ revalidateTag("posts") ; ✅ revalidateTag("posts", "max") or { expire: ... } .

References: references/migration-checklist.md , references/cache-components.md , references/turbopack.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

drizzle-orm

No summary provided by upstream source.

Repository SourceNeeds Review
General

pydantic

No summary provided by upstream source.

Repository SourceNeeds Review
General

playwright-e2e-testing

No summary provided by upstream source.

Repository SourceNeeds Review
General

tailwind-css

No summary provided by upstream source.

Repository SourceNeeds Review