DEV Community

Discussion on: If no SSR/SSG planned, is it wrong to go with Next.js ?

Collapse
 
wh1zk1d profile image
Jannik Baranczyk

Even if you don't plan to use SSR/SSG, Next.js is a great choice imo, since it removes many pain points from CRA (routing, head stuff etc.). I just finished a big project (operative dashboard) that also didn't make any use of SSR, instead all the data was fetched on client side – it never felt like "Next isn't made for this".