react-router-tutorial icon indicating copy to clipboard operation
react-router-tutorial copied to clipboard

What is the point of server-side rendering?

Open Telokis opened this issue 8 years ago • 2 comments
trafficstars

Since there is a lot of code added to support this, why do we even bother handling it ? The client-side routing seemed pretty fine to me so I don't understand. The beginning of the lesson 13-server-rendering should start by explaining why we would want to do it in a real situation.

Telokis avatar Mar 04 '17 03:03 Telokis

It's not a React Router issue, and your best bet is to look at SlideShare for "universal rendering" or "isomorphic rendering". The short answer: speed, SEO, and testability.

merriam avatar Mar 21 '17 10:03 merriam

close this?

merriam avatar Mar 21 '17 10:03 merriam