1. React
  2. ReactNext
  3. 2019
  4. State Management in a World of Hooks

State Management in a World of Hooks

Adam Klein, Maayan Glikser at ReactNext 2019

Repo: https://github.com/reusablejs/reusable React hooks shook the foundation of our React code, and how we think about state management. The long debated Redux vs. MobX theme has shifted to whether context + useReducer is an alternative, and whether state management is necessary at all. In this talk we will explore how we can use the benefits of hooks in state management, such as separation of concerns, declarative side effects, and simple code reuse.