Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashish-simplecoder/classic-react-hooks
A simple and minimalistic React-hooks collection
https://github.com/ashish-simplecoder/classic-react-hooks
hacktoberfest javascript open-source react-hooks reactjs tailwind-css typescript vitepress
Last synced: about 24 hours ago
JSON representation
A simple and minimalistic React-hooks collection
- Host: GitHub
- URL: https://github.com/ashish-simplecoder/classic-react-hooks
- Owner: Ashish-simpleCoder
- License: mit
- Created: 2023-08-10T06:14:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-08T12:14:25.000Z (3 months ago)
- Last Synced: 2024-08-08T21:06:14.984Z (3 months ago)
- Topics: hacktoberfest, javascript, open-source, react-hooks, reactjs, tailwind-css, typescript, vitepress
- Language: TypeScript
- Homepage: https://classic-react-hooks.vercel.app
- Size: 1.45 MB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
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
```bash
$ npm install classic-react-hooks
```For pnpm users
```bash
$ pnpm install classic-react-hooks
```For yarn users
```bash
$ yarn add classic-react-hooks
```For bun users
```bash
$ bun add classic-react-hooks
```## Hooks
- use-event-listener
- use-copy-to-clipboard
- use-local-storage
- use-outside-click
- use-debounced-fn
- use-throttled-hook
- 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](https://github.com/Ashish-simpleCoder/classic-react-hooks/blob/main/CONTRIBUTING.md).