Skip to content

abelce/hooks

Repository files navigation

let-hooks

A react hooks library

NPM version npm Coveralls branch GitHub

📚 Documentation

document

Install

# npm
npm install --save let-hooks
# pnpm
pnpm add let-hooks
# yarn
yarn let-hooks
# bun
bun add let-hooks

Usage

import { useUpdate } from 'let-hooks';

LICENSE

MIT