1. With server-side rendering browser can get HTML and display it before other resources are downloaded, parsed and executed (for JS).
2. In pre HTTP/2 world resource requests can be expensive, since browsers limit the number of outstanding requests.
3. Some users still use slow phones with slow and laggy network connection. Server-side rendering can improve experience for them a lot.
1. With server-side rendering browser can get HTML and display it before other resources are downloaded, parsed and executed (for JS).
2. In pre HTTP/2 world resource requests can be expensive, since browsers limit the number of outstanding requests.
3. Some users still use slow phones with slow and laggy network connection. Server-side rendering can improve experience for them a lot.