In the preceding chapter, we discussed implementing routing into our Redux/React application.
In this chapter, we will discuss how to render a Redux/React application on the server to provide the user with a fully rendered application on the first request. This will speed up the initial load time of the application and allow search engines to view the application content (in our case, blog posts).