Static site generation in NextJS (Pre-build the pages in build time)

Опубликовано: 10 Октябрь 2024
на канале: Mohammad Faisal
51
1

In this video we talk about how to generate static pages in a NextJS website even if the pages are dynamic.

We use a technique called SSG. We can do it on both pages, router and app router.

Blog article:
https://www.mdfaisal.com/blog/how-to-...

Pages router docs:
https://nextjs.org/docs/pages/buildin...
App router docs:
https://nextjs.org/docs/app/api-refer...