1.0.2 • Published 1 year ago

simplified-hooks v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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