Licence
MIT
Version
1.0.2
Deps
0
Size
194 kB
Vulns
0
Weekly
0
React Simplified Hooks
An easy-to-use react hooks collection library to help develpers productivity
Features
- Easy to learn and use
- Special treatment for functions, avoid closure problems
- Contains a large number of advanced Hooks that are refined from business scenarios
- Contains a comprehensive collection of basic Hooks
Install
$ npm install --save simplified-hooks
# or
$ yarn add simplified-hooks
# or
$ pnpm add simplified-hooks
Usage
import { useBoolean } from "simplified-hooks";