UNPKG

utilityhoc

Version:

a library of utility HoC components for react

20 lines (13 loc) 246 B
## utility-hoc ## Usage ``` yarn add utility-hoc ``` ```javascript import { withLoader, withFetchData, withAnimation, withTransform } from 'utility-hoc'; ``` # withLoader ## Usage ```javascript import { withLoader } from 'utility-hoc'; ```