You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure debounce is important bc I'm not make repeat api calls when someone types text into the search input
probably might do something like track the timestamp (ms) of the last input change, if the current timestamp is less than 0.3 sec or 0.4 sec then wait to update the input; estimate what is like the max typing speed and try to figure out what the threshold should be like for updating the input val
No description provided.
The text was updated successfully, but these errors were encountered: