SuperNETorg / EasyDEX-GUI

Please use http://github.com/komodoplatform/easydex-gui
GNU General Public License v3.0
15 stars 13 forks source link

Refactor wallestnav to use connect & mapstatetoprops #164

Closed Miikat closed 7 years ago

Miikat commented 7 years ago

Started with the smallest component I could find. So i'm using mapStateToProps and connect to get the props/state we need for the component. This way there's no need to pass them all from parent.

Miikat commented 7 years ago

Refactored all components to use redux mapstatetoprops.