Skip to content

Instantly share code, notes, and snippets.

@viniciusdacal
Created October 10, 2017 19:04
Show Gist options
  • Save viniciusdacal/6b8332f40cae4efdf68c75629ba53c7c to your computer and use it in GitHub Desktop.
Save viniciusdacal/6b8332f40cae4efdf68c75629ba53c7c to your computer and use it in GitHub Desktop.
import { connect } from 'path/to/youConnect';
export default connect(
mapStateToProps,
mapDispatchToProps
)(YourContainer);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment