Closed Miikat closed 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.
Refactored all components to use redux mapstatetoprops.
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.