DEV Community

Discussion on: Is Redux Dead?

Collapse
 
francisco profile image
Francisco M. Delgado

What's crazy is that Redux used context before React used context lol

Collapse
 
ehaynes99 profile image
Eric Haynes

React always had context. The Context API we're familiar with today replaced a previous implementation that was rather quirky, and had some fundamental bugs. Originally, Redux was implemented on top of that, but now it uses the new Context API.

reactjs.org/docs/context.html#lega...