August 2017
Beginner
374 pages
10h 41m
English
Server-side rendering shortens this process immensely:
In comparison with not using server-side rendering, this process presents the user with the full app, including all data, on the first request (when the initial HTML is loaded). Then, the style (CSS) and logic (JavaScript) load to make the app fully usable.
In addition to the speed improvement, server-side rendering has a couple more advantages:
Read now
Unlock full access