An open API service indexing awesome lists of open source software.

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

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