react-hooks-pack
v0.9.0
Published
Package of custom React hooks
Downloads
9
Maintainers
Readme
react-hooks-pack
Package of custom React hooks
Installation
npm install --save react-hooks-packor
yarn add react-hooks-packHooks
- useDebounce - delay the calling of function
- useDeferredValue - delay the changing of value
- useForceUpdate - call force re-render
- useForm - form helper
- useWindowSize - return width and height of window
- useClickOutside - detect clicks outside of a specified element
