Live Reloading for a Production Next.js Appgetstarted.sh 24 pointsarunoda6 years ago2 commentsSaveHideCopy link On HNComments−jakearmitage6ySo... basically polling for changes?−arunodaOP6yYes. 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
Comments
So... basically polling for changes?
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