|
|
|
|
|
by thedz
4595 days ago
|
|
Right, from a UX perspective, throttle makes more sense due to more constant feedback. You want the user to realize that it is a live search before they finish typing. Else, they'll just type the entire query. But obviously, in this case, the interviewer specifically outlined requirements that would make debounce the better choice than throttle. |
|