Skip to content

Instantly share code, notes, and snippets.

@flexzuu
Created December 11, 2017 08:13
Show Gist options
  • Save flexzuu/bd5ea2d3e28f1147458ff5ecf65121dc to your computer and use it in GitHub Desktop.
Save flexzuu/bd5ea2d3e28f1147458ff5ecf65121dc to your computer and use it in GitHub Desktop.
apollo new hoc
(query, config) => (BaseComponent) => (props) => React.createFactory(graphql(query(props), config(props))(BaseComponent))(props)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment