gndelia / marvel-explorer

Learn the details of your favourite Marvel superheroes!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add debouncing on filtering superheroes

gndelia opened this issue · comments

  • install awesome-debounce-promise as a dependency
  • Debounce user typing to 500 ms. That way, the requests are not triggered until the user has finished typing, saving unnecessary requests.