From the course: React: Server-Side Rendering

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Solution: Why would you use SSR?

Solution: Why would you use SSR? - React.js Tutorial

From the course: React: Server-Side Rendering

Start my 1-month free trial

Solution: Why would you use SSR?

(lively music) - [Instructor] The answer for the question was in the video where we go over the what, how, and why of SSR. Without going over everything we did in that video, these were the main points we were looking for. SSR is SEO-friendly, or at least better than rendering in the browser. That was the first one. And then the second one is SSR allows you to control the performance and not rely on browsers in their inherent systems. And as a direct result of that point, SSR allows you to scale your application without always worrying about its performance. If your application needs more power, all you have to do is rent or purchase the hardware to support it.

Contents