Hacker News new | past | comments | ask | show | jobs | submit login

The positives are both are pretty similar but the usecase is different.

Gatsby probably isn't the right choice if you have a lot of pages (e.g. ecommerce site) as it has to render each page down to HTML during the build - so everytime you make a change, you have to rebuild all those files which could take a substantial amount of time. But if you were just building a few landing pages or a blog that required good SEO then Gatsby would be fine.

Next.js renders serverside on the fly and has good SEO.

This might be useful for you to read: https://coffeencoding.com/cra-vs-next-js-vs-gatsby/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: