Should I just use one reducer in redux for reactjs?

305 Views Asked by At

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?

0

There are 0 best solutions below