Flux has a lot different concerns and not easily approachable by smaller projects.
- manages state changes via pure functions and a uni-directional data flow
- ispired by the Elm Architecture
- Remove business logic out of React View.
- Redux does not have async out of the box