A stand-alone, Redux compatible implementation of combine reducers
Allows you to create your root reducer in one go, instead of individually combine slice reducers
Reducers you can use for composing reducer hierarchy like with combineReducers from redux
Access redux state anywhere in your code through named reducers
A TypeScript library for creating type-safe Redux action creators and reducers with minimal boilerplate.