Skip to content
/ hooks Public
forked from react-restart/hooks

A set of utility and general-purpose React hooks.

License

Notifications You must be signed in to change notification settings

tommmyy/hooks

 
 

Repository files navigation

@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)

About

A set of utility and general-purpose React hooks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.5%
  • JavaScript 1.5%