Hacker News new | ask | show | jobs
by boringuser2 1106 days ago
I don't think any of what you're saying really makes much sense.

Merely having a server doesn't mean SSR provides business-relevant benefits.

1 comments

Next.js provides API routes / initial serverside loaders for your routes. Disable SSR, Next.js still benefits from being able to write CRUD code in the same codebase and most applications need that anyways