0.0.6 • Published 2 years ago

@e.react/hooks v0.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@e.react/hooks

NPM version Downloads

自定义 React Hooks 库,提取可复用的精巧 Hooks。

Documentation

http://fe-ground.eleven.net.cn/#/hooks/

Installation

yarn add @e.react/hooks
# OR
npm i @e.react/hooks

Usage

// Example
import { useCountDown } from '@e.react/hooks';

按需加载

@e.react/hooks 的 JS 代码默认支持基于 ES modules 的 tree shaking。

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

3 years ago