CodeSpace-Academy / ASE_2023_GROUP_E

https://rando-sando-group-e.vercel.app
2 stars 0 forks source link

Debounce auto submission (Query change) #186

Closed Renzo-codespace closed 11 months ago

Renzo-codespace commented 1 year ago

Implementing debounce to cancel previous searches and only submit latest queries

Scenario:

Renzo-codespace commented 12 months ago

I am able to make the search result flicker between searches. Perhaps a demonstration would illustrate this problem better than a description here.

Renzo-codespace commented 11 months ago

Searching for "rice" (progress bar showed query had started), then changing search term to "banana bread", we observed that the results for "rice" were rendered and shortly thereafter replaced by the results for "banana bread".

ElzabeEls commented 11 months ago

Extra notes from yesterday: