This section explains how to improve the performance of your React applications, how to handle styles with CSS modules and styled-components, and finally how to deploy your applications to production.
We will cover the following chapters in this section:
- Chapter 8, Making Your Components Look Beautiful
- Chapter 9, Server-Side Rendering for Fun and Profit
- Chapter 10, Improving the Performance of Your Applications
- Chapter 11, Testing and Debugging
- Chapter 12, React Router
- Chapter 13, Anti-Patterns to be Avoided
- Chapter 14, Deploying to Production
- Chapter 15, Next Steps