Skip to content

Instantly share code, notes, and snippets.

@alyssaBiasi
Created September 6, 2016 23:43
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/a47e89b543c25dc29995ed8740e7cec2 to your computer and use it in GitHub Desktop.
Save alyssaBiasi/a47e89b543c25dc29995ed8740e7cec2 to your computer and use it in GitHub Desktop.
REA ReactJS Performance Debugging "State to Props with Reselect"
const mapStateToProps = (state) => ({
viewModel: getViewModel(state)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment