DEV Community

Discussion on: Good Bye Web APIs

Collapse
 
ivan_jrmc profile image
Ivan Jeremic

I disagree, Nextjs is perfect for web apps and you don't need ssr because it supports csr and ssg also.

Thread Thread
 
mvila profile image
Manuel Vila

The whole point of using Next.js is server-side rendering. If you don't need SSR, I think you'd better build a regular single-page application.

Thread Thread
 
ivan_jrmc profile image
Ivan Jeremic

The whole point was SSR not anymore. Nextjs 10 is different