API > combineReducers: merging slice reducers to create combined state| redux.js.org
The official Redux Fundamentals tutorial: learn how to create and use a Redux store| redux.js.org
Redux is in part inspired by Flux, and the most common complaint about Flux is how it makes you write a lot of boilerplate. In this recipe, we will consider how Redux lets us choose how verbose we'd like our code to be, depending on personal style, team preferences, longer term maintainability, and so on.| redux.js.org