Summary
In this chapter, we took a look at how server-side rendering can be used with React with the help of Express.js
. We started with a client-side React component and in the end, replaced it with server-side rendering using the methods provided by the React API.
In the next chapter, we will look at React add ons for doing two-way binding, class name manipulation, cloning components, immutability helpers, and PureRenderMixin, while continuing with the search project build in this chapter.