@grnx-utils/react-hooks
v0.2.1
Published
[![npm version](https://img.shields.io/npm/v/@grnx-utils/react-hooks.svg?style=flat)](https://www.npmjs.com/package/@grnx-utils/react-hooks) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)<br/> <h3></h3>
Downloads
2
Readme
@grnx-utils/react-hooks
A collection of react hooks such as useDebounce
, useLocalStorage
, useFilteredEffect
, useAsyncEffect
and many others.
Installation
yarn add @grnx-utils/react-hooks -D
Available Hooks
useAltKeyDown
useAsyncEffect
useBooleanState
useDebounce
useFilteredEffect
useFullScreen
useInterval
useLocalStorage
useOverflow
useThrottle
Development and contribution
Internal scripts
Run vitest
nx test react-hooks --ui --coverage