Skip to content

Instantly share code, notes, and snippets.

@Ledoux
Last active April 16, 2019 20:50
Show Gist options
  • Save Ledoux/0ac9e6b5c471b1f73459d20f8b72ace9 to your computer and use it in GitHub Desktop.
Save Ledoux/0ac9e6b5c471b1f73459d20f8b72ace9 to your computer and use it in GitHub Desktop.
const OfferContainer = compose(
withRouter,
connect(
mapStateToProps,
mapDispatchToProps
)
)(Offer);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment