As many are familiar, whenever we work with a larger, real-world project using some frontend Javascript framework, we tend to have to work with a state management library. Redux happens to be one of the more popular ones, given its flexibility and immutable data properties. However, problems arose with Redux…