/React-Design-Patterns-and-Best-Practices

Code repository for React Design Patterns and Best Practices, published by Packt

Primary LanguageJavaScriptMIT LicenseMIT


For a limited period, all eBooks and Videos are only $10. All the practical content you need - by developers, for developers

React Design Patterns and Best Practices

This is the code repository for React Design Patterns and Best Practices, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Taking a complete journey through the most valuable design patterns in React, this book demonstrates how to apply design patterns and best practices in real-life situations, whether that’s for new or already existing projects. It will help you to make your applications more flexible, perform better, and easier to maintain – giving your workflow a huge boost when it comes to speed without reducing quality.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter03. Also, the code for Chapter 1 and Chapter 2 is not present as these chapters contains basic examples to start with.

The code will look like the following:

const toLowerCase = input => {
const output = []
for (let i = 0; i < input.length; i++) {
output.push(input[i].toLowerCase())
}
return output
}

We will need a computer with a terminal, a node.js/npm environment, and a browser.

Related Products

Errata

  • Page 48 : that adds two numbers and doubles the result should be that adds two numbers and squares the result

Download a free PDF

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.

https://packt.link/free-ebook/9781786464538