Skip to content

Rendering

Atlas Gong edited this page Feb 7, 2025 · 1 revision

Rendering

Static Rendering (aka SSG in the Pages router)

Coming soon...in the meantime, see Next.js' documentation on Static Rendering.

Incremental Static Regeneration (ISR)

Coming soon...in the meantime, see Next.js' documentation on ISR.

Dynamic Rendering (aka SSR in the Pages router)

Coming soon...in the meantime, see Next.js' documentation on Dynamic Rendering.

Clone this wiki locally