rehooks-ts
TypeScript icon, indicating that this package has built-in type declarations

2.5.0 โ€ข Public โ€ข Published

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 insert hooks from rehooks-ts and boom!

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 Apache License 2.0.

Package Sidebar

Install

npm i rehooks-ts

Weekly Downloads

7

Version

2.5.0

License

MIT

Unpacked Size

67.3 kB

Total Files

6

Last publish

Collaborators

  • pyr33x