avallete
Explore posts from serversquery debounce
Hey ! Thank's for the answer. Yes indeed there is several options out there. That's why I wondered if there were a "recommended" one.
What I can think of when I think of debounce is 2 things:
1. Not calling the endpoint at all with as you mentioned parameters debouncing
2. Cancelling actives queries on a defined endpoint to only get result "for the last one" (especially efficient if the query response time is long but params debounce time is short).
3. A combination of the two ?
6 replies