debouncesp
Version:
A minimal debounce utility and React hook to prevent spamming button clicks or function calls.
22 lines (14 loc) • 464 B
Markdown
# debouncesp
> A lightweight utility for debouncing JavaScript functions and React hooks to prevent multiple clicks or rapid calls.
## ✨ Features
- ✅ Debounce any regular JavaScript function
- ✅ Custom React hook `useDebounce` for buttons/events
- ✅ Prevent spammy behavior like multiple form submits or clicks
- ✅ Lightweight & easy to use
## 📦 Installation
```bash
npm install debouncesp
# or
yarn add debouncesp