Skip to content

Instantly share code, notes, and snippets.

@sezgi
Created December 7, 2019 01:42
Show Gist options
  • Save sezgi/8da87608fc1733f4da9ed4edb107d2f6 to your computer and use it in GitHub Desktop.
Save sezgi/8da87608fc1733f4da9ed4edb107d2f6 to your computer and use it in GitHub Desktop.
Medium - connect
// Redux's `connect`
const ConnectedShrubbery = connect(mapStateToProps, actionCreators)(Shrubbery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment