Skip to content

Instantly share code, notes, and snippets.

@johnloven
Created March 23, 2018 17:29
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 johnloven/c5093fb31829895b46a28d09688fc7d0 to your computer and use it in GitHub Desktop.
Save johnloven/c5093fb31829895b46a28d09688fc7d0 to your computer and use it in GitHub Desktop.
const injectText = WrappedComponent =>
class InjectText extends React.Component {
return <WrappedComponent text="This text is from the HOC!" {...this.props}/>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment