DEV Community

Cover image for Next.js vs Gatsby.js - Thread
Maciek Grzybek
Maciek Grzybek

Posted on

 

Next.js vs Gatsby.js - Thread

What do you guys think?

P.S. I don't want to start a war here :) I'm just honestly interested what are the opinions in our industry :)

Latest comments (3)

Collapse
 
sm0ke profile image
Sm0ke

Gatsby. more starters, plugins for almost anything, good support ( G.team is super active on Spectrum].

Collapse
 
jrop profile image
Jonathan Apodaca

I like the design of Next.JS better, but end up reaching for Gatsby.JS for all of their source-plugins. I want to look at and evaluate Next.JS again, though, since they released a new version recently.

Collapse
 
maciekgrzybek profile image
Maciek Grzybek

BTW, I don't want to start a war here :) I'm just honestly interested what are the opinions in our industry :)

Top Posts from the React Ecosystem

1. Changes In The Official React Documentation

The former React Docs Beta has been officially released as the updated React documentation at react.dev after years of hard work and refinement. Check out the brand new React Docs: What’s New in the Updated React Docs

2. CRA's Time is Over

React developer team has removed create-react-app (CRA) from official documentation rendering it no longer the default setup method for new projects. The bulky setup, slow, and outdated nature of CRA led to its removal: create-react-app is officially dead

3. How to Fetch Dev.to Articles for Your Portfolio

Integrate the articles of your Dev.to profile into your personal portfolio with either React, Vue, or Next.js by following these simple steps. It outlines how to include frontend to pull the information and correctly utilizes the Dev.to API: How to Fetch Your Dev.to Articles for Your Portfolio with React