react-use-custom-hooks
A collection of react custom hooks in typescript
Installation
npm install --save react-use-custom-hooks
yarn add react-use-custom-hooksUsage
import { useDebounce } from 'react-use-custom-hooks';A utility to cache api calls in JavaScript by memoizing promises
A collection of react custom hooks in typescript
npm install --save react-use-custom-hooks
yarn add react-use-custom-hooksimport { useDebounce } from 'react-use-custom-hooks';