Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pyr33x/rehooks-ts
- Owner: Pyr33x
- License: mit
- Created: 2024-10-10T14:52:52.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T21:16:50.000Z (2 months ago)
- Last Synced: 2024-10-22T02:03:55.695Z (2 months ago)
- Topics: hooks, monorepo, nextjs, react, react-hooks, rehooks, rehooks-ts, tsup, turbo, turborepo, typescript, usehooks
- Language: TypeScript
- Homepage: https://rehooks.pyr33x.ir
- Size: 655 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rehooks
An optimized, and flexible react production-ready hooks library written in TypeScript
๐ช 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.