Understand Static Site Generation with Next.js

Take full advantage of static site generation.

Mohammad Faisal
JavaScript in Plain English
4 min readOct 14, 2021

--

Image by Mudassar Iqbal from Pixabay

We all love Next.js for the ability of server-side rendering. But we often fail to take advantage of the awesomeness of the static generation.

If designed properly, we can pre-generate almost every page of a website, and thus, our website acts as a static website. Fast and…

--

--