Skip to content

Instantly share code, notes, and snippets.

@behnamazimi
Created November 8, 2020 10:42
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 behnamazimi/db6f49f993e6d2d1c41b28d6bf9e97c8 to your computer and use it in GitHub Desktop.
Save behnamazimi/db6f49f993e6d2d1c41b28d6bf9e97c8 to your computer and use it in GitHub Desktop.
function withSomething(Component) {
return function (props) {
return <Component {...props} something="Any" />;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment