DEV Community

Discussion on: You don't have to use Redux

Collapse
 
umezvictor profile image
Victor Umezuruike

Nice article. I think redux suits larger apps more than the context API,as it helps you track what's really going on behind the scenes, especially with the redux Dev tool. Context API is much ok for rapid development of small scale apps.

Collapse
 
anssamghezala profile image
Anssam Ghezala

Thank you :) I personally think that one should only use an external tool iff it adds more to what one has. So far I've only been working on relatively small apps, and I've mostly just been using React :) Thanks again !