1.0.1 • Published 6 years ago
cool-react-hooks v1.0.1
Cool React Hooks
A collection of must have React hooks for your React projects
Installation
npm i cool-react-hooks
| Name | Description | |
|---|---|---|
| useLifecycle | Two parameters: onMount() and onUnmount(), returns mounted state. | |
| useInterval | Interval handler that persists component re-renders. |