DEV Community

Discussion on: Introduction to React Context

Collapse
 
reinaldosimoes profile image
Reinaldo Simoes • Edited

Good explanation. I would just add that even though React’s Context API is easy to understand and use, it lacks the scalability that Redux provides if done incorrectly. So there’s no right or wrong answer, it all depends on how much you want your application to do :)