classic-react-hooks
v1.4.0
Published
A great collection of React utility hooks
Downloads
11
Maintainers
Readme
🚀 classic-react-hooks
An awesome collection of feature packed custom hooks
.
Read the Documentation
https://classic-react-hooks.vercel.app/
Features
- Comes with treeshaking
- Typescript support
- Small bundle size
- Minimal and Easy to use
Installation
For npm users
$ npm install classic-react-hooks
For pnpm users
$ pnpm install classic-react-hooks
For yarn users
$ yarn add classic-react-hooks
For bun users
$ bun add classic-react-hooks
Hooks
- use-event-listener
- use-copy-to-clipboard
- use-local-storage
- use-outside-click
- use-debounced-fn
- use-is-online
- use-timeout-effect
- use-interval-effect
- use-synced-ref
- use-synced-effect
- use-on-mount-effect
- use-counter
Contribution
See Contributing Guide.