Skip to content

Instantly share code, notes, and snippets.

@marg51
Created January 22, 2017 13:36
Show Gist options
  • Save marg51/2b4076775770ceccfbe7a57931890170 to your computer and use it in GitHub Desktop.
Save marg51/2b4076775770ceccfbe7a57931890170 to your computer and use it in GitHub Desktop.
medium — react-redux
function connect(mapStateToProps, mapDispatchToProps) {
// Target is a component, TodoList in our example
return Target => {
// do something with it
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment