Incremental Static Regeneration
In this episode we are going to talk about new feature in Next.js 9.5 called Incremental Static Regeneration.
So in the last episode I told you that once you use getStaticProps
your content will not be dynamic, meaning that you would have to rebuild your site every time your content from getStaticProps
changes. Well, since Next.js is developing very fast, this is already not true any more.
So in this episode I’m going to show you how you can use getStaticProps
and still have your content change if you update it in Strapi. So you get the best of both worlds. Yay!