DEV Community

Discussion on: Server-Side Rendering vs Client-Side Rendering

Collapse
 
quii profile image
Chris James

When to use Server Side Rendering?
if the amount of users is not large

You’re going to have to explain this one. There’s nothing about server-side rendering that makes it ill-suited to serving a large user base.

Collapse
 
gypsydave5 profile image
David Wickes

No Chris, you don't understand. You don't want to have to render the same page for all of your users each time they request it. Even the most advanced computers of our age running HTML5 can't keep up with that demand.