common-custom-hooks
v0.4.0
Published
custom-common-hooks is a custom react hooks library, focusing on providing simple and performant custom hooks for common use cases.
Maintainers
Readme
Introduction
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.
Usage
Inside your React project, add common-custom-hooks using,
yarn add common-custom-hooks
or with npm:
npm install common-custom-hooks
Issues & Help
- Raise an issue if you find one.
- PRs and feature requests welcome! 🎉
License
The MIT License.
