rigami.
Glossary
/// Definition

Incremental Static Regeneration (ISR)

ISR statically generates pages at build time and revalidates them on demand or on a schedule.

In depth

ISR (in Next.js) lets you statically pre-render pages and revalidate them either after a set number of seconds or on-demand via API. It combines the speed of static with the freshness of SSR.

Related terms