DEV Community

Discussion on: Redux in 2019?

Collapse
 
codemochi profile image
Code Mochi

What do you all see as the advantage of redux over using react context? I come to react through apollo so I never used redux for any real projects. It seems like react context gives me everything I need for an inter-component state. Am I missing that much by not using redux?