Tag: ISR

Incremental Static Regeneration Options in Next JS

Incremental static regeneration is one of the amazing features available in NextJS – it allows for lightning fast site speed without having to rebuild entire static site when content changes are done. In this article, we’ll take a look at the different ISR options supported by Next JS and how they can be used in

Continue reading