npm.io
0.6.2 • Published 1 year ago

@restart/hooks

Licence
MIT
Version
0.6.2
Deps
1
Size
204 kB
Vulns
0
Weekly
0
Stars
235

@restart/hooks npm

A set of utility and general-purpose React hooks.

Install

npm install @restart/hooks

Usage

import useInterval from '@restart/hooks/useInterval'

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