react-use-custom-hooks
v0.3.2
Published
A utility to cache api calls in JavaScript by memoizing promises
Downloads
10
Maintainers
Readme
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-hooks
Usage
import { useDebounce } from 'react-use-custom-hooks';
Documentation and demo
https://react-use-custom-hooks.vercel.app/