Created
September 6, 2016 22:53
-
-
Save alyssaBiasi/9f754392e8c4827d12fd39ab5315ef5f to your computer and use it in GitHub Desktop.
REA ReactJS Performance Debugging "The Culprit"
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 = ({ filters }) => ({ | |
viewModel: new ViewModel(filters.channel, filters.filters, filters.sortType) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment