Price : $30.39

Book Purchase link : https://www.amazon.com/Integrating-D3-js-React-Learn-Visualization/dp/1484270517

Build modular React web apps that are scalable, maintainable, and powerful using design patterns and insightful best practices

Key Features

  • Get up to speed with design patterns in React such as render props and controlled and uncontrolled inputs
  • Become well-versed with React Hooks in this updated third edition
  • Work through examples that can be used to create reusable code and extensible designs

Book Description

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.

You’ll start by understanding the internals of React, before gradually moving on to writing maintainable and clean code. The chapters that follow will show you how to build components that are reusable across the application, structure applications, and create forms that actually work. Later, you will build on your knowledge by exploring how to style React components and optimize them to make applications faster and more responsive. Finally, you’ll write tests effectively and learn how to contribute to React and its ecosystem.

By the end of this book, you’ll be able to avoid the process of trial and error and developmental headaches, and instead, have the skills you need to efficiently build and deploy real-world React web applications.

What you will learn

  • Get to grips with the techniques of styling and optimizing React components
  • Create components using the new React Hooks
  • Get to grips with the new React Suspense technique and using GraphQL in your projects
  • Use server-side rendering to make applications load faster
  • Write a comprehensive set of tests to create robust and maintainable code
  • Build high-performing applications by optimizing components

Who this book is for

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.

Table of Contents

  1. Taking your first steps with React
  2. Cleaning Up Your Code
  3. React Hooks
  4. Exploring Popular Composition Patterns
  5. Understanding GraphQL With a Real Project
  6. Managing Data
  7. Writing Code for the Browser
  8. Making Your Components Look Beautiful
  9. Server-Side Rendering for Fun and Profit
  10. Improving the Performance of Your Applications
  11. Testing and Debugging
  12. React Router
  13. Anti-Patterns to be Avoided
  14. Deploying to Production
  15. Next Steps