1.0.2 • Published 2 years ago

simplified-hooks v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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";
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago