Debounce and Throttle API in Effect Library
Hi, is there any api in effect which can work as debounce and throttle? for example, i have a effect which checks username from db, and i have input box, onchange, i want to exeute the effect in debounced manner, right now, effect is execute on every keystroke
