14 items
Data Fetching in the App Router
App Router Rendering Defaults
Static vs Dynamic Rendering
Automatic Rendering Choice
generateStaticParams
dynamicParams Config
Server-Side Rendering (SSR)
Incremental Static Regeneration (ISR)
Route Config: revalidate Option
fetch Caching and Rendering
Dynamic Functions
Static Site Generation (SSG)
Route Config: dynamic Option
Client-Side Rendering (CSR)
Understanding how the App Router chooses between static and dynamic rendering.
In the Next.js App Router, what determines whether a route is statically rendered (SSG) at build time versus dynamically rendered (SSR) per request by default?