SSG with generateStaticParams and ISRPre-Rendered at Build Time with Background Updates

This page is pre-rendered at build time for each path returned by generateStaticParams, producing static HTML just like a static page.

After the initial build, the page is cached and served to all visitors. The page regenerates in the background after the revalidation period, updating the cached HTML for future visitors.

This strategy combines the flexibility of dynamic URLs with the performance of static pages, while allowing background updates, making it ideal for content that changes occasionally but still benefits from pre-rendering.

Last Generated

chikorita

Pokémon fetched are pre-rendered at build time for each [name] route parameter. This page can regenerate in the background based on the ISR revalidation interval (1 Minute here).

Pre-Rendered Pages

  1. /ssg/dynamic-route/isr/chikorita
  2. /ssg/dynamic-route/isr/bayleef
  3. /ssg/dynamic-route/isr/meganium
  4. /ssg/dynamic-route/isr/cyndaquil
  5. /ssg/dynamic-route/isr/quilava
  6. /ssg/dynamic-route/isr/typhlosion
  7. /ssg/dynamic-route/isr/totodile
  8. /ssg/dynamic-route/isr/croconaw
  9. /ssg/dynamic-route/isr/feraligatr
Pages generated at