通用的 React Hooks 库。
安装
$ npm i @wakeapp/hooks
导入使用:
import { useCreate } from '@wakeapp/hooks'
Hooks 列表:
function useCreate(cb: Function)