Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 620 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 620 Bytes

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