Skip to content

Instantly share code, notes, and snippets.

@alyssaBiasi
Created September 6, 2016 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alyssaBiasi/9f754392e8c4827d12fd39ab5315ef5f to your computer and use it in GitHub Desktop.
Save alyssaBiasi/9f754392e8c4827d12fd39ab5315ef5f to your computer and use it in GitHub Desktop.
REA ReactJS Performance Debugging "The Culprit"
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