Skip to content

Instantly share code, notes, and snippets.

@pirate
Last active December 29, 2017 03:57
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 pirate/32f7cae84946a28ec224ee0dd674005b to your computer and use it in GitHub Desktop.
Save pirate/32f7cae84946a28ec224ee0dd674005b to your computer and use it in GitHub Desktop.
const SomeComponent = reduxify({
mapStateToProps: (state) => ({...}),
mapDispatchToProps: (dispatch) => ({...}),
render: ({}) =>
<div></div>
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment