1. React
  2. ReactNext
  3. 2019
  4. A Deep Dive into React-Redux

A Deep Dive into React-Redux

Mark Erikson at ReactNext 2019

Redux and React are frequently used together, and many people are familiar with the "Provider" and "connect" APIs from React-Redux. But how does React-Redux work, and why do we even need it in the first place? Join Redux maintainer Mark Erikson on a journey through the history and internals of React-Redux. We'll dig into: - How a UI layer interacts with the Redux store - The design goals that shaped the React-Redux API - How the React-Redux implementation has changed over time - What the future holds for React-Redux