Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-use-custom-hooks

aldrinpvincent60MIT0.3.2TypeScript support: included

A utility to cache api calls in JavaScript by memoizing promises

react custom hooks, typescript, memory leak

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/