rtcoms / hooks

A set of utility and general-purpose React hooks.

Home Page:https://react-restart.github.io/hooks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://react-restart.github.io/hooks/

License:MIT License


Languages

Language:TypeScript 97.8%Language:JavaScript 2.2%