'Should i just use one reducer in redux for reactjs?

I think if we have multiple reducer, it is just namespacing the state, right?

So if we don't need namespacing them, we could just use one reducer to store all the global state?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source