rehooks-ts

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

MIT License

Downloads
98
Stars
2
import { useCounter } from '@febelen/rehooks-ts';

function Component() {
  const [count, increment, decrement] = useCounter(0);
  ...
}
Package Rankings
Top 31.48% on Npmjs.org