Hey all,
Just wanted to know about what community thinks when choosing between Gatsby and NextJS?
Do you use any other SSG other than Gatsby or Next.js like
- React Static
- Eleventy
- Hugo
- etc. which one?
Hey all,
Just wanted to know about what community thinks when choosing between Gatsby and NextJS?
Do you use any other SSG other than Gatsby or Next.js like
For further actions, you may consider blocking this person and/or reporting abuse
Prashant Ardeshana -
Nexi Launch -
Hamza Khan -
MedCode -
Top comments (9)
I moved from gatsby to next. Next imho has easier and more intuitive routing, a simpler API system, a really impressive dynamic vs static page caching. While graphql sounds like itβd be better in gatsby, nexts implementation of page data seems simpler. Checkout lee robβs excellent free course masteringnextjs.com/ if you want more on next but the docs are also excellent.
Thanks for the insights @alexandermchan
I would try to get some hands on Next.js
Gatsby is strongly opinionated, slow, and is a pain in the ass whenever you want to do anything that's not within the framework. Go with Next.js, no hesitation.
Thanks for recommendation @noclat
Will it give same seo & prefetching pages and other benifits as gatsby ?
Any quick gatsby vs next list will be good addition ;)
I think they both offer good SEO capabilities though it is all subjective to dev's efforts
Personally I really like hugo though I'm still new at it it's been really fun and easy too works with.
nextjs is working closely with the react team for the upcoming features, they also have been working with google for optmizations
Thats a good point about Next.js team