Why we should not use Redux?

What I Hate About Redux. If you use redux to develop your application, even small changes in functionality require you to write excessive amounts of code . This goes against the direct-mapping principle, which states that small functional changes should result in small code changes.

Read more

Is Redux really necessary?

Using Redux also means learning how it works, which again could be a waste of time if you don’t need it. As a rule of thumb – and one shared by one of Redux’s creators, Dan Abramov – you don’t need to use Redux unless you’re unable to manage state within React or other front-end frameworks you’re working with .

Read more