We will begin this section by learning how to make our components beautiful, and come to understand the concept of server-side rendering in React for both fun and profit. We will then learn how to improve the performance of our applications by testing and debugging them. We will also dip into a quick chapter about React Router. Finally, we will end this section and the book itself by learning how to deploy our application to production and see what steps you can take next.
In this section, we will cover the following chapters:
- Chapter 7, Make Your Components Look Beautiful
- Chapter 8, Server-Side Rendering for Fun and Profit
- Chapter 9, Improve the Performance of Your Applications
- Chapter 10, About Testing and Debugging
- Chapter 11, React Router
- Chapter 12, Anti-Patterns to be Avoided
- Chapter 13, Deploying to Production
- Chapter...