Reusable React hooks for frontend development (JS & TS support)
npm install @devloom/hooksuseDebounce - debounces a value
useLocalStorage - syncs a state value to localStorage
useAsync - helper to run async functions with status/value/error
ts
import { useDebounce, useLocalStorage, useAsync } from 'devloom-hooks';
`
See the function docs in the source files for simple usage examples.
Reusable React hooks supporting TypeScript & JavaScript.
Installation
``bash