DEV Community

Discussion on: Static site generation in Nextjs using getStaticProps() function

Collapse
 
sekmo profile image
Francesco Mari • Edited

I think that this example is a bit misleading - it doesn't make much sense to generate a static page with a todo list, because it's something that is usually often updated. It might have been more realistic to grab a list of blog posts for instance, which is some kind of data that is less often updated.