DEV Community

Discussion on: Good Bye Web APIs

Collapse
 
mvila profile image
Manuel Vila

Next.js is great to build websites but not so great to build web apps. Layr puts its focus on single-page apps (with no server-side rendering) and mobile apps.

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