Hacker News new | ask | show | jobs
by hombre_fatal 414 days ago
> Your typical SPA has loads of pointless roundtrips. SSR has no excess roundtrips by definition

SSR also has excess round trips by nature. Without Javascript, posting a form or clicking a like button refreshes the whole page even though a single <span> changed from a "12 likes" to "13 likes".

1 comments

I think most of the thread is talking about SSR with partial HTML replacement.