Incremental Static Regeneration
js, that lets individual statically generated pages be regenerated in the background after deployment, without rebuilding the entire site.
3 resources across 2 libraries
Glossary Terms(2)
Static Site Generation (SSG)
Static Site Generation (SSG) is a technique where a site's HTML pages are pre-rendered once at build time and served as plain static files, rather than being g…
Incremental Static Regeneration (ISR)
Incremental Static Regeneration (ISR) is a rendering technique, popularized by Next.js, that lets individual statically generated pages be regenerated in the b…