Hacker News new | ask | show | jobs
by kangoo1707 2530 days ago
SSR can be used with React (NextJS), Vue (NuxtJS) and Angular (Universal Angular).
2 comments

Isn't that use case just to save time on initial load? An SPA with SSR for load times is different from a webapp structured to have logic mostly in the server.
That and for the bots, that cannot run javascripts, but do render the page thumbnail for others (facebook et al).
This supports the argument you're replying to.