Skip to content

Instantly share code, notes, and snippets.

@mitchgollub
Created September 28, 2019 02:08
Show Gist options
  • Save mitchgollub/63335108e08558a7126ec5d449ba6c4e to your computer and use it in GitHub Desktop.
Save mitchgollub/63335108e08558a7126ec5d449ba6c4e to your computer and use it in GitHub Desktop.
React: High Order Components Example
const HoC = Component => EnhancedComponent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment