DEV Community

Discussion on: You don't have to use Redux

Collapse
 
flrnd profile image
Florian Rand • Edited

Redux is not hard to learn, yes, it's a bit verbose, but I think about redux as a toolbox where you have more control over the app state. That implies more code to write sadly. On the other hand, redux can be overkill depending on the app.

In my opinion redux also has a very nice official documentation enough to get you started.

React context seems pretty neat and easy to use. At the end is always the correct tool for the job right?

Nice comparisons, thanks for sharing!

Collapse
 
anssamghezala profile image
Anssam Ghezala

I see, thank you for sharing your opinion ! :)

Collapse
 
flrnd profile image
Florian Rand

Thank you for your article!