Rendering - MindVista/website GitHub Wiki

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.