use-debounce-hook-web 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1 +1,8 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Use Debounce Hook Web
|
|
2
|
+
|
|
3
|
+
A lightweight, production-ready debounce hook for React applications. Designed to control high-frequency updates, optimize API calls, and improve UI performance.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
```markdown
|
|
7
|
+
npm i use-debounce-hook-web
|
|
8
|
+
```
|