10 ms·
Live Reloading for a Production Next.js App
- jakearmitage 6y agoSo... basically polling for changes?
- arunoda 6y agoYes. 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 https://arunoda.me/blog/what-is-nextjs-issg