DEV Community

Discussion on: Comparing Gatsby and Next.js for website development

Collapse
 
damsalem profile image
Dani Amsalem

I’ve recently began building a blog using NextJS and Sanity as the CMS. Coming from original WordPress and some basic PHP/Twig sites, it’s quite a change but I’m really enjoying the workflow.

It seems a good CMS like Sanity can take care of several issues you brought up such as image optimization, easy CMS integration, and previewing content.

I was considering using WP as an initial proof of concept but opted to just use Sanity and deploy it all in Vercel.