common-custom-hooks ⚛️ is a custom react hooks library, focusing on providing simple and performant custom hooks for common use cases.
Gives the following useful custom hooks -
- usePrevious
- useIsMobile
- useOnChange
- usePrevious
- useWindowSize
- useKeypress
- useToggle
...and more in upcoming releases.
Inside your React project, add common-custom-hooks
using,
yarn add common-custom-hooks
or with npm:
npm install common-custom-hooks
- Raise an issue if you find one.
- PRs and feature requests welcome! 🎉
The MIT License.