What is the difference between reduceReducers and combineReducers?
This StackOverflow post explains it very well: https://stackoverflow.com/a/44371190/5741172
Originally created to combine multiple Redux reducers that correspond to different actions (e.g. ). Technically works with any reducer, not just with Redux, though I don't know of any other use cases.