HackYourFuture-CPH / simply-name.it

Final Project for Class17
MIT License
3 stars 1 forks source link

Improve debouncing for user search #232

Open shpomp opened 3 years ago

shpomp commented 3 years ago

219

Need to use a library for debouncing.

Midnighter commented 3 years ago

I'm actually not convinced about this. I can see the advantage of refactoring the code into a useDebounce hook but do we really need an external dependency for that @senner007 ?

senner007 commented 3 years ago

I'm actually not convinced about this. I can see the advantage of refactoring the code into a useDebounce hook but do we really need an external dependency for that @senner007 ?

No but it takes a bit more code to do it correctly. See the call on input challenge in class 17 thread

shpomp commented 3 years ago

call on input challenge

https://hackyourfuture-cph.slack.com/archives/C01G7PE2W1K/p1622482583019000