README.md 370 Bytes
Newer Older
Sangjune Bae's avatar
Sangjune Bae committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# @restart/hooks [![npm][npm-badge]][npm]

A set of utility and general-purpose React hooks.

## Install

```sh
npm install @restart/hooks
```

## Usage

```js
import useInterval from '@restart/hooks/useInterval'

useInterval(() => loop(), 300, false)
```

[npm-badge]: https://img.shields.io/npm/v/@restart/hooks.svg
[npm]: https://www.npmjs.org/package/@restart/hooks