Next.js dynamic rendering
13 June 2025 (Updated 13 June 2025)
We say a page or route is dynamically rendered if it’s built at the moment that a user requests the page.
A page becomes dynamic if it or any of its child components use any of the following API
cookies
headers
connection
draftMode
searchParams
propunstable_noStore
fetch
with{ cache: 'no-store' }
Tagged:
Next.js