← All tags

#next

1 entry tagged #next

  • Pick a Rendering Strategy for a Next.js Route

    Cheatsheet · Sep 1, 2026

    An App Router route is prerendered by default and silently turns dynamic the moment you read something request-specific. Knowing which bucket a route belongs in (and what forces it out) is the difference between an instant page and a server render on every hit.