Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# 🚀 classic-react-hooks

#### An awesome collection of `feature packed custom hooks`.






npm version

MIT license.

Test


classic-react-hooks is released under the MIT license.

## 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).