Data handling within component trees is one of the key advantages of working with React. There are techniques that you can use when working with data in React components that will make your life much easier in the long run.
- Validation with React.createClass (1, 2, 3, 4, 5, 6)
- default properties with React.createClass (1)
- customValidation (1)
- Properties with ES6 classes (1)
- Properties with Stateless Functional Components (2, 3)
- ES7 static properties (4)
- Color Component with Refs (1, 2)
- Two-way Data Binding (3, 4)
- Default Function Properties (5, 6, 7)
- Refs In Stateless Functional Components (8, 9)