Refactor the containers to have less verbosity. This will mainly be accomplished by converting the mapDispatchToProps into an object with a list of all actions that can be used. Also, a lot of mounting logic can also be moved into the constructor on the connected component which will also help in the process of updating to React 16.4+. Flow typing will also be added as part of the refactor.
Refactor the containers to have less verbosity. This will mainly be accomplished by converting the
mapDispatchToProps
into an object with a list of all actions that can be used. Also, a lot of mounting logic can also be moved into the constructor on the connected component which will also help in the process of updating to React 16.4+. Flow typing will also be added as part of the refactor.Refs #181