A Deep Dive into React-Redux
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 …