Mar 9, 2021
The state reducers also have access to the Repository. In my article, you find a diagram, where it shows that the state reducer has access to 3 types of inputs: user/event parameters, repository data, current app state. By combining/processing these inputs, the state reducer is able to create the new app state.