Created
September 6, 2016 23:43
-
-
Save alyssaBiasi/a47e89b543c25dc29995ed8740e7cec2 to your computer and use it in GitHub Desktop.
REA ReactJS Performance Debugging "State to Props with Reselect"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const mapStateToProps = (state) => ({ | |
viewModel: getViewModel(state) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment