arrow_upward
On React: Redux or Context?
#1
On my last React Native (not exactly React, but I think it applies to both) I jumped straight to Redux, since the project was a big one. But I've never used the Context Api, and from what I heard about it, it serves better on a smaller project, with few global states to manage, but I'm still kinda lost on this topic. What are the pros and cons of Redux and Context?



#2
Just use Context. You should keep you project with less dependencies even if that means that you need to write some adicional lines of code