This is the code repository for React 17 Design Patterns and Best Practices-Third Edition, published by Packt.
Design, build, and deploy production-ready web applications using industry-standard practices
React is an open-source, adaptable JavaScript library for building complex user interfaces (UIs) from small, detached bits called components. This book will help you to use React effectively to make your applications more flexible, easier to maintain, and improve their performance, while giving your workflow a huge boost by improving speed without affecting quality.
This book covers the following exciting features:
- Become well-versed with new React features such as context API and React Hooks
- Get to grips with the techniques of styling and optimizing React components
- Make components communicate with each other by applying consolidated patterns
- Use server-side rendering to make applications load faster
- Write a comprehensive set of tests to create robust and maintainable code
If you feel this book is for you, get your copy today!
All of the code is organized into folders. For example, Chapter01.
The code will look like the following:
const toUpperCase = input => {
const output = []
for (let i = 0; i < input.length; i++) {
output.push(input[i].toUpperCase())
}
return output
}
Following is what you need for this book: This book is for web developers who want to increase their understanding of React and apply it to real-life app development. Intermediate-level experience with React and JavaScript is assumed.
With the following software and hardware list you can run all code files present in the book (Chapter 1-15).
Chapter | Software required | OS required |
---|---|---|
1-15 | React 17 | Windows, Mac OS X, and Linux (Any) |
1-15 | VS Code | Windows, Mac OS X, and Linux (Any) |
1-15 | Node.js +12 | Windows, Mac OS X, and Linux (Any) |
14 | DigitalOcean account | Windows, Mac OS X, and Linux (Any) |
14 | Ubuntu LTS 20.14 | Windows, Mac OS X, and Linux (Any) |
14 | GoDaddy domain | Windows, Mac OS X, and Linux (Any) |
14 | CircleCi | Windows, Mac OS X, and Linux (Any) |
15 | npm account | Windows, Mac OS X, and Linux (Any) |
We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.
Carlos Santana Roldán is a senior web developer with more than 13 years of experience. Currently, he is working as a Senior Software Engineer at Snap Inc. He is the founder of Dev Education, one of the most popular developer communities in Latin America, training people in web technologies such as React, Node.
If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.