August 2017
Beginner
374 pages
10h 41m
English
Now that we know why server-side rendering is useful, let's implement it in our application. First, we will need to think about what we need to do to implement this functionality:
For this section, we will use the template code from chapter10_1.zip. This template adds a file on the server where we can implement server-side rendering without having to deal with the rest of the server code.
Read now
Unlock full access