-
A real example of concurrent mode in Shaku - switch to `useDeferredValue()` instead of throttling or debouncing.
Either throttling or debouncing leads to fixed lag which is bad UX, it is better improve this with `useDeferredValue()` in React Concurrent Mode.