When would you actually pick server-side rendering over just doing everything on the client these days?
Yaroslava Kovalenko
·1475 views
It feels like everyone's telling you to build web apps as single page apps (SPAs) these days, all rendered on the client side. But I've been thinking, when does server side rendering (SSR) actually make more sense, like, enough to deal with the extra work involved? I'm not just talking about SEO for public websites either. Are there certain kinds of apps or specific performance problems where SSR really stands out and is totally worth the extra server load and setup time?
3 comments