Skip to content

Instantly share code, notes, and snippets.

@pirate
Created December 20, 2017 21:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pirate/0aa0e1b9fe0f0c989241e90cb51e20a8 to your computer and use it in GitHub Desktop.
Save pirate/0aa0e1b9fe0f0c989241e90cb51e20a8 to your computer and use it in GitHub Desktop.
import {connect} from 'react-redux'
export const reduxify = (container) =>
connect(
container.mapStateToProps,
container.mapDispatchToProps,
)(container.render)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment