Glossary

ISR (Incremental Static Regeneration)

Hybrid rendering: serve cached static pages, regenerate in background after TTL.

In depth

Next.js feature. Best of SSG (speed) + SSR (freshness). Use for programmatic SEO pages with periodically-changing data.

Related terms