catalogueglobal / datatools-ui

Core application for the Conveyal transit data tools suite. NOTE: Active development has returned to https://github.com/conveyal/datatools-ui
MIT License
23 stars 8 forks source link

Refactor containers #246

Open evansiroky opened 6 years ago

evansiroky commented 6 years ago

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