Hacker News new | ask | show | jobs
by jakearmitage 2169 days ago
So... basically polling for changes?
1 comments

Yes. But all of the time we poll the CDN not the production app. So, it's not like traditional polling.

This is thanks to Next.js Static Regeneration features.

Basically stale-while-revalidate header support.

Ref: https://arunoda.me/blog/what-is-nextjs-issg