Hacker News new | ask | show | jobs
Live Reloading for a Production Next.js App (getstarted.sh)
24 points by arunoda 2165 days ago
1 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