Currently, the codebase uses `bindActionCreators` in conjunction with `mapDispatchToProps`. This may be unnecessary, see Option 4 [here](https://blog.bam.tech/developper-news/4-ways-to-dispatch-actions-with-redux) and [this article](https://blog.isquaredsoftware.com/2016/10/idiomatic-redux-why-use-action-creators/) <img width="542" alt="image" src="https://user-images.githubusercontent.com/1909536/50365156-2b715d00-056b-11e9-90d5-f452bdfd5f0a.png">
Currently, the codebase uses
bindActionCreatorsin conjunction withmapDispatchToProps. This may be unnecessary, see Option 4 here and this article