|
|
|
|
|
by eswat
3522 days ago
|
|
One benefit is less roundtrips to actually provide meaningful content to the user. As another comment noted, a typical SPA just delivers a bunch of script, link and empty div tags to be populated after JS loads and runs on the client. With SSR you can at least provide some meaningful content for the user to experience while the rest of the JS loads and improves the existing experience instead of providing the entire experience. |
|