AEAl-Andalus⺢Experience
Sign in · Join
AEAl-Andalus⺢Experience
ProjectsGalleryAboutArticlesDashboardAPI
© 2026 — Modular content systems☕buy me a coffee
Framework Study Guide
ChaptersCardsLegendRoadmapRoute Map
Cards
Card · LegendCard · Server PageCard · Client ComponentCard · Entity ActionsCard · Server ActionsCard · Context ProviderCard · API RouteCard · Types & PrismaCard · Entity-FirstCard · DeploymentCard · Next 16 + Prisma 7Card · CSS & TailwindCard · Libraries & AcceleratorsCard · Prisma 7 (Next App Router)Card · TypeORMCard · DrizzleCard · Special FilesCard · Client BoundariesCard · Next 16: cache, PPR, proxy, AI
→ chapters/14-next16-patterns

Card · Next 16: cache, PPR, proxy, AI

use cache, Partial Prerendering, proxy.ts, AI agent integration.

Quick Rules

  • "use cache" + tags over unstable_cache — granular cache with precise revalidation.
  • PPR: static shell + Suspense-bounded dynamic holes for hybrid pages.
  • proxy.ts for routing/rewrites only — never auth or data fetch.
  • Check node_modules/next/agents.md for current API shapes before coding.
  • Prefer MCP tools over raw codegen for external services (DB, Stripe, Supabase).

Study Card · Chapter 14-next16-patterns