https://github.com/drapegnik/react-with-debounce-example
Created with CodeSandbox
https://github.com/drapegnik/react-with-debounce-example
Last synced: over 1 year ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/drapegnik/react-with-debounce-example
- Owner: Drapegnik
- Created: 2022-06-13T12:15:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T12:18:38.000Z (about 4 years ago)
- Last Synced: 2025-02-12T05:12:35.846Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/Drapegnik/react-with-debounce-example
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-with-debounce-example
## tasks
1. Input, which displays value under it (in some element) after certain time (f.e. `1s`), use debounce
2. After debounced value appears, after certain time (e.g. `5s`), both values are cleared
3. Display countdown on the right of the input, which updates every second and shows how much time remaining before clearing