- React
- React Loop
- 2019
- State Management with React Hooks
State Management with React Hooks
Eric Bishard at React Loop 2019
Managing state for UI components in React until now has required a dependency on libraries like Redux. But for simple UI level state management React has introduced Hooks into React core. Understand the basics of state and side-effects using React's three basic Hooks (useState, useEffect, and useReducer).