A collection of helpful (& typed) React hooks!
npm i --save @cpepin/hookbook
import useManagedState from '@cpepin/hookbook/lib/hooks/useManagedState';
- useDebounce
- useManagedState
- useMemoize
- useOutsideClick
- useSearch
- useStateWithGetter
To view documentation on each individual hook, view the corresponding README in the hooks
folder.
Both the esm
and umd
bundles support IE11 and all modern browsers (Edge, Chrome, Firefox, Safari).