0

I am using Next.js v12 and I running multiple pages with Incremental Static Regeneration.

I was just curious, instead of setting regenerate time (such as 10, 60), is there a way to trigger dynamically? (such as when backend api changes)

any other way other than hitting revalidate: 60? Let me know !

juliomalves
  • 42,130
  • 20
  • 150
  • 146
D. K.
  • 41
  • 4
  • 2
    Hi, I think you are looking for incremental on demand revalidation. Take a look at documentation here ```https://nextjs.org/docs/basic-features/data-fetching/incremental-static-regeneration``` – Edtimer Nov 17 '22 at 10:19
  • Duh, I guess I didn't read the document carefully. THANK YOU!!! – D. K. Nov 18 '22 at 01:23

0 Answers0