Some helper functions that you typically need when writing React Higher-Order Components.
npm install react-hoc-helpers



!CircleCI
!Snyk Vulnerabilities for GitHub Repo
🧰 Collection—well, just one for now—of helpful utilities and helpers for when
working with React higher-order components (HOC).
I kept copying the same file between multiple packages/repos and it just felt
redundant to have to go about exporting and building a file that was just a copy.
Sorry, but one more npm package lives because of my lazyness.
Via npm
``sh`
npm install --save react-hoc-helpers
Via Yarn
`sh`
yarn add react-hoc-helpers
* getDisplayName(Component): string` - Returns the name of the Comonent being wrapped.
MIT © Ryan Hefner