Creating an SSG (Static Site Generation) Application with Strapi Webhooks and NextJs

Next.js is a popular and widely-used React framework. It allows us to use various pre-rendering techniques. In a Next.js application, we can use Client-Side Rendering, Server-Side Rendering (SSR), and Static Site Generation (SSG).


This is a companion discussion topic for the original entry at https://strapi.io/blog/how-to-create-an-ssg-static-site-generation-application-with-strapi-webhooks-and-nextjs

Hey, thanks for the article! It was very useful for me! But, I have met some difficulties because of Next.js 13 update… Could you also update your article, please? @ Olaoluwa Ajibade

Could you update this blog? Thanks man!

This post is great. Very useful!!! New strapi fan.

1 Like

Nice article. A lot of attention to details.
I have took a close look at the webhooks section and in this particular case the webhook itself is useless as you are getting all the blogs from the API anyway.