npm.io
1.0.2 • Published 3 years ago

simplified-hooks

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";

Keywords