Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 668 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 668 Bytes

Hookbook 👨‍🍳

npm version

A collection of helpful (& typed) React hooks!

Install

npm i --save @cpepin/hookbook

Usage

import useManagedState from '@cpepin/hookbook/lib/hooks/useManagedState';

Available Hooks

  • useDebounce
  • useManagedState
  • useMemoize
  • useOutsideClick
  • useSearch
  • useStateWithGetter

To view documentation on each individual hook, view the corresponding README in the hooks folder.

Browser Support

Both the esm and umd bundles support IE11 and all modern browsers (Edge, Chrome, Firefox, Safari).