Developing a React Edge
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.
Table of Contents
Chapter 1. Introduction to React
Chapter 2. JSX
Chapter 3. Component Lifecycle
Chapter 4. Data flow
Chapter 5. Event Handling
Chapter 6. Composing components
Chapter 7. Mixins
Chapter 8. DOM manipulation
Chapter 9. Forms
Chapter 10. Animations
Chapter 11. Performance tuning
Chapter 12. Server side rendering
Chapter 13. In the family
Chapter 14. Development tools
Chapter 15. Testing
Chapter 16. Architectural patterns
Chapter 17. Other uses