@usefy/use-debounce-callback 0.0.18 → 0.0.20
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 +0 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -418,21 +418,6 @@ pnpm test --coverage
|
|
|
418
418
|
|
|
419
419
|
---
|
|
420
420
|
|
|
421
|
-
## Related Packages
|
|
422
|
-
|
|
423
|
-
Explore other hooks in the **@usefy** collection:
|
|
424
|
-
|
|
425
|
-
| Package | Description |
|
|
426
|
-
| ------------------------------------------------------------------------------------------ | ------------------------ |
|
|
427
|
-
| [@usefy/use-debounce](https://www.npmjs.com/package/@usefy/use-debounce) | Value debouncing |
|
|
428
|
-
| [@usefy/use-throttle](https://www.npmjs.com/package/@usefy/use-throttle) | Value throttling |
|
|
429
|
-
| [@usefy/use-throttle-callback](https://www.npmjs.com/package/@usefy/use-throttle-callback) | Throttled callbacks |
|
|
430
|
-
| [@usefy/use-toggle](https://www.npmjs.com/package/@usefy/use-toggle) | Boolean state management |
|
|
431
|
-
| [@usefy/use-counter](https://www.npmjs.com/package/@usefy/use-counter) | Counter state management |
|
|
432
|
-
| [@usefy/use-click-any-where](https://www.npmjs.com/package/@usefy/use-click-any-where) | Global click detection |
|
|
433
|
-
|
|
434
|
-
---
|
|
435
|
-
|
|
436
421
|
## License
|
|
437
422
|
|
|
438
423
|
MIT © [mirunamu](https://github.com/geon0529)
|