next-compute-js
next-compute-js copied to clipboard
Is Incremental Static Regeneration (ISR) supported?
Hi there,
In Next.js there's a feature called "Incremental Static Regeneration (ISR)" which allows to revalidate content fetched at build time after a given time. This works in both the pages and app directory.
Does this library and the Fastly Compute@Edge platform support this feature so that stalled content can be revalidated if a request comes in? If not so, are there plans to add this feature in the future?