Skip to content

john-rice/React-17-Design-Patterns-and-Best-Practices-Third-Edition

 
 

Repository files navigation

React 17 Design Patterns and Best Practices-Third Edition

React 17 Design Patterns and Best Practices

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

What is this book about?

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!

https://www.packtpub.com/

Instructions and Navigations

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).

Software and Hardware List

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.

Related products

Get to Know the Author

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.

Other books by the author

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/9781800560444

About

React 17 Design Patterns and Best Practices -Third Edition, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.2%
  • HTML 31.1%
  • JavaScript 7.7%
  • CSS 2.9%
  • Shell 0.1%