Skip to content

Latest commit

Β 

History

History
37 lines (22 loc) Β· 429 Bytes

File metadata and controls

37 lines (22 loc) Β· 429 Bytes

dhooks

React Hooks Library.

πŸ“š Documentation

  • all in the demo

✨ Features

  • Easy to learn and use.

πŸ“¦ Install

yarn add dhooks

πŸ”¨ Usage

import { useXXXX } from 'dhooks';

🀝 Contributing

$ git clone https://github.com/wineSu/dhooks.git
$ cd yhooks
$ npm i
$ npm run start

Open your browser and visit http://localhost:3000/index , see more at Development.