Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pyr33x/rehooks-ts

An optimized, lightweight, and reusable react production-ready hooks library written in TypeScript
https://github.com/pyr33x/rehooks-ts

hooks monorepo nextjs react react-hooks rehooks rehooks-ts tsup turbo turborepo typescript usehooks

Last synced: 2 months ago
JSON representation

An optimized, lightweight, and reusable react production-ready hooks library written in TypeScript

Awesome Lists containing this project

README

        


rehooks



Rehooks


An optimized, and flexible react production-ready hooks library written in TypeScript



NPM Downloads
NPM License
npm bundle size
NPM Version



npm i --save-dev rehooks-ts

๐Ÿช„ Usage



You can easily import hooks from rehooks-ts and boom!

```tsx
import { useCounter } from 'rehooks-ts';

function Component() {
const { count, increment, decrement } = useCounter(0);
...
}
```

Documentation ๐Ÿ“š



Check out the documentation for more information.

๐Ÿงพ License


Rehooks is licensed under the MIT License.