React for Real (PragProg)

Dive right into React by defining components, the basic building blocks of a React application.

Ludovico Fischer @ludofischer

Edited by Brian Hogan @bphogan

Dive right into React by defining components, the basic building blocks of a React application. Integrate modern JavaScript language features such as classes and arrow functions in your app. Analyze the relationships in your data to isolate state, and sync the data model with what your users see.

Once you’re familiar with how a React application works, organize your code base with modules. Configure a production build and deliver your app as efficiently as possible with Webpack. Master testing with React-specific advice and tools to catch the most bugs with the least amount of code. Learn the basics of the Redux library. Define actions and manage an immutable central state with reducers, then connect Redux to your React components to build even larger and more complex interfaces. Package your React code as a standalone widget so anyone can use it in their own applications. Reuse existing JavaScript code in your React components, and build a new React view on top of an existing data model shared with a legacy application.

When you finish this book, you’ll be well on your way to solving your front-end problems with React.


“This book does a remarkable job of illuminating the concepts of React using easy-to-follow examples. A must-read for novice or mid-level developers interested in using React in a professional software development environment.”

Wolfert de Kraker, Software Developer, Stager


  • Full details: Search
  • View this book’s portal and details on how to post errata and suggestions here.

Don’t forget you can get 35% off with your Devtalk discount! Just use the coupon code “devtalk.com" at checkout :+1:

3 Likes