UNPKG
@ohkit/react-helper
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.3-alpha.1
0.0.3-alpha.0
0.0.2
0.0.1
0.0.1-beta.0
some utils and hooks for react
github.com/WuQiuYang/ohkit
WuQiuYang/ohkit
@ohkit/react-helper
/
README.md
20 lines
(13 loc)
•
245 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# react-helper
Utility
functions collection.
## Installation
``
`bash npm install @ohkit/react-helper `
``
## Usage
``
`typescript import { ... } from '@ohkit/react-helper'; `
``
## Development
-
Run
tests:
`npm test`
-
Build
:
`npm run build`