Developing a React Edge
豆瓣
The JavaScript Library for User Interfaces
Frankie Bagnardi / Jonathan Beebe …
简介
React.js was born to bring the PHP style work flow to client side applications. React.js has a narrow scope, and it is concerned with only updating the DOM and responding to events. React.js is not a Model-View-Controller framework; it is actually the V in MVC. This narrow scope gives you the freedom to incorporate React into a wide variety of systems. In this book we cover all aspects of React.js with the help of a Survey Builder example.
contents
Chapter 1Introduction to React
Chapter 2JSX
Chapter 3Component Lifecycle
Chapter 4Data Flow
Chapter 5Event Handling
Chapter 6Composing Components
Chapter 7Mixins
Chapter 8DOM Manipulation
Chapter 9Forms
Chapter 10Animations
Chapter 11Performance Tuning
Chapter 12Server Side Rendering
Chapter 13In the Family
Chapter 14Development Tools
Chapter 15Testing
Chapter 16Architectural Patterns
Chapter 17Other Uses