DEV Community

Discussion on: Gatsby or Next.js?

Collapse
 
alexandermchan profile image
Alex Chan

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.

Collapse
 
pankajpatel profile image
Pankaj Patel

Thanks for the insights @alexandermchan

I would try to get some hands on Next.js