-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
type: featureNew functionality being addedNew functionality being added
Description
Hi, next.js 12.1 introduces On-demand Incremental Static Regeneration.
"Next.js now exposes a function unstable_revalidate () allowing you to revalidate individual pages that use getStaticProps. (...) You can now manually purge the Next.js cache for a specific page on-demand."
This gives the possibility to trigger the revalidate cache of selected paths, e.g. during publishing, saving and updating (WordPress backend) without the need to set revalidation for a specific time. With larger websites this will save a lot of server resources while still maintaining excellent performance.
I wonder if you are considering introducing this possibility in future versions of Faust?
More info on next.js On-demend ISR: https://nextjs.org/blog/next-12-1
toshimo
Metadata
Metadata
Assignees
Labels
type: featureNew functionality being addedNew functionality being added