Generation toolLocal only
Pattern Lessons
Hands-on modern-pattern lessons; code runs sandboxed in your browser.
Lessons
Debounce
Reducer / state machine
Bounded concurrency
Debounce
Debounce delays a call until input stops. A burst of calls collapses into one trailing run — classic for search inputs and resize handlers. Edit the code and run it.
Output
Run the code to see output