You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>**Note:** The Hooks isn't stable now, the stable version will be available on [Q1 of 2019](https://reactjs.org/blog/2018/11/27/react-16-roadmap.html).
12
+
>
13
+
>Make sure that you have installed the correct version of `react(>= v16.7.0-alpha)` and `react-dom(>= v16.7.0-alpha)`.
14
+
15
+
### npm
16
+
17
+
```bash
18
+
npm install --save @use-hooks/<%= name %>
19
+
```
20
+
21
+
### yarn
22
+
23
+
```bash
24
+
yarn add @use-hooks/<%= name %>
25
+
```
26
+
27
+
## API
28
+
29
+
### Params
30
+
31
+
```js
32
+
<%= params %>
33
+
```
34
+
35
+
### Returns
36
+
37
+
```js
38
+
<%= returns %>
39
+
```
40
+
41
+
## Usage
42
+
43
+
```js
44
+
<%- example %>
45
+
```
46
+
47
+
[Live Show](https://use-hooks.github.io/react-hooks-<%= name %>/)
48
+
49
+
## Development
50
+
51
+
> Node >= v8 LTS
52
+
53
+
- Clone the project to local disk
54
+
-`npm install`
55
+
-`npm start`
56
+
57
+
## License
58
+
59
+
MIT
60
+
61
+
> Generated by [create-react-hooks](https://github.com/use-hooks/create-react-hooks).
62
+
63
+
[npm-image]: https://img.shields.io/npm/v/@use-hooks/<%= name %>.svg?style=flat-square
64
+
[npm-url]: https://npmjs.org/package/@use-hooks/<%= name %>
65
+
[download-image]: https://img.shields.io/npm/dm/@use-hooks/<%= name %>.svg?style=flat-square
66
+
[download-url]: https://npmjs.org/package/@use-hooks/<%= name %>
67
+
[travis-url]: https://travis-ci.org/use-hooks/react-hooks-<%= name %>
68
+
[travis-image]: https://img.shields.io/travis/use-hooks/react-hooks-<%= name %>.svg?style=flat-square
0 commit comments