April 2018
Intermediate to advanced
298 pages
6h 34m
English
Chapter 1, Creating a Personalized React Development Ecosystem, introduces the motivations for tooling in React projects.
Chapter 2, Efficiently Bootstrapping React Applications with Create React App, gets you up and running with create-react-app.
Chapter 3, Development Mode and Mastering Hot Reloading, shows you how to develop your React application using a development server and hot module reloading.
Chapter 4, Optimizing Test-Driven React Development, teaches you how to incorporate Jest unit testing into your project.
Chapter 5, Streamlining Development and Refactoring with Type-Safe React Components, introduces type-safety with React components using Flow.
Chapter 6, Enforcing Code Quality to Improve Maintainability ...