Explore Library
Quiz

App Router Rendering Defaults

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?