DEV Community

Discussion on: Gatsby vs Next.js: Which would you choose?

Collapse
 
mateh profile image
Máté Homolya

Hey Megan,
I was sick of all the boilerplate and syntactic sugar that most javascript frameworks come with and the steep learning curve. I think you might want to consider Sapper and Svelte, I found them very easy to learn, intuitive to use and they scale well to large projects. They may be a good choice for running a blog because of its file-based routing scheme. Deploying serverless Sapper projects are supported on vercel.app just like NextJS projects. The integrations I found on GitHub are endless. I recommend using Tailwind CSS for styling your blog. Also, if you care more about the content rather than the technology, then you can have the blog in Notion and pass it through a CloudFlare worker to serve it on your domain. Good Luck!