The combineReducers() utility makes the file structure much easier to maintain. In an app where data is shared between components, it might be confusing to actually know where a state should live. Ideally, the data in a component should live in just one component, so sharing data among sibling components becomes difficult. With it, you […]