DEV Community

Discussion on: Is Redux Dead?

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...