1. React
  2. React Loop
  3. 2019
  4. 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).