I want to build a web app with Firebase, and I don't know what framework I use Gatsby or Next.js, I know gatsby but still didn't learn next.js, which one do you advise me to use.
In general, I use Gatsby for websites and Next.JS for web apps. When it comes to speed, CMS integrations and SEO performance, Gatsby is fantastic. On the other hand, NextJs makes it much easier to deal with complex routing, user auth and user-specific data / server side data fetching.
READ MORE
4 upvotes·1 comment·227 views
Othmane Agoulzi
·
December 8th 2021 at 1:58PM
Thank you a lot, I appreciate your advice, which gave me a clear vision on what I need to do.