Skip to content

Instantly share code, notes, and snippets.

@diego3g
Created January 16, 2018 13:39
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 diego3g/56cd6ae6e085093e61c02265dd465637 to your computer and use it in GitHub Desktop.
Save diego3g/56cd6ae6e085093e61c02265dd465637 to your computer and use it in GitHub Desktop.
export function withRepoData(username) {
return WrappedComponent => {
return class extends Component {
// código do HOC
};
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment