Skip to content

Instantly share code, notes, and snippets.

@franleplant
Created January 26, 2017 20:47
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 franleplant/b7311a14d7ea2f7ee4117f9f05331508 to your computer and use it in GitHub Desktop.
Save franleplant/b7311a14d7ea2f7ee4117f9f05331508 to your computer and use it in GitHub Desktop.
HOC dont remove
function toClass(Component) {
return ClassWrapper extends React.Component {
render() {
return <Component {...this.props} />
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment