Redux is the most popular state management library for JavaScript apps.
It’s mostly used with React but it’s also becoming popular in Angular, Ember and Vue communities.
Despite being a small library with a small footprint, a lot of developers find Redux confusing and complicated. They also complain that Redux introduces a lot of boilerplate in the code and makes trivial things …