https://github.com/bwca/demo_use-debounce-hook
https://github.com/bwca/demo_use-debounce-hook
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bwca/demo_use-debounce-hook
- Owner: Bwca
- Created: 2021-08-26T16:47:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T19:18:20.000Z (almost 5 years ago)
- Last Synced: 2025-03-15T04:42:38.842Z (over 1 year ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo: implementing debounce function and debounce hook in React
Demo for [Create a debounce function from scratch in typescript](https://dev.to/bwca/create-a-debounce-function-from-scratch-in-typescript-560m).
Type in name and see debounce in work. Comment useEffect teardown, hide component before update and see error in console :]