Redux provides a predictable state container. It is inspired by Flux and helps you implement a one-way data flow in your Angular applications.
Combing Redux, Angular, and a bindings library called ng-Redux, we solve these problems.
This combination will allow you to:
- View the entire state of your application
- Derive your UI from this
- state See how actions modify the state of your application