Chapter 11 · Example 4 · Implementing advanced debouncing and throttling with Refs

Stale state from dependencies

Reading state inside the callback adds it to useCallback dependencies, which recreates the debounced function on every change and degrades it back to a delay.

Loading live editor…