- State
- State exercise: Build a like button, counter apps, etc using react state and useState hooks
- Props
- Props exercise: pass data from parents to child, child to parent, and from one child to its siblings
- Refs
- Refs exercise: Targeting a particular DOM, scrolling to a particular DOM, auto focusing an input field programmatically, etc using useRef hooks
- Higher-Order Components
- HOC exercise: Building reusable components using Recompose
« Overview of React React Forms »