Coder Social home page Coder Social logo

olivia-code / react-17-design-patterns-and-best-practices-third-edition Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/react-17-design-patterns-and-best-practices-third-edition

0.0 0.0 0.0 1.33 MB

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

License: MIT License

HTML 31.06% CSS 2.87% TypeScript 58.31% Shell 0.09% JavaScript 7.66%

react-17-design-patterns-and-best-practices-third-edition's Introduction

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

react-17-design-patterns-and-best-practices-third-edition's People

Contributors

foggdev avatar saurabhk710 avatar packt-itservice avatar hedwards1997 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.