Additional information
by Cristian Salcescu (Author)
State management is a common challenge when developing web applications.
This book explores state management with React Hooks by building several small applications.
- Understand what state is
- Managing form inputs
- Doing form validation
- Encapsulating the form state management and validation in custom hooks
- Adding, deleting, and editing items in lists
- Accessing and changing the state data inside the callbacks for the timer utilities
- Dealing with state management when fetching, searching, and paginating data
- Showing a confirmation modal