Static Site Generators: Why I Chose Next.js
Static Site Generators: Why I Chose Next.js

Static Site Generators: Why I Chose Next.js

Author
Shiv Bade
Tags
next.js
ssg
Published
August 28, 2019
Featured
Slug
Tweet
I revisited static site generators for a personal project. Gatsby, Hugo, Jekyll — all solid, but I settled on Next.js.
Why? - File-system based routing - MDX support out of the box - SSR and SSG hybrid flexibility
Deployment with Vercel made it even smoother. Pages loaded fast. SEO improved.
I now reach for Next.js as the default for content-heavy sites.