robcalcroft / wishlist-client

A demo client for wishlist-api
http://wishlist.pw
Apache License 2.0
0 stars 0 forks source link

Add debounce to URL finder #3

Open robcalcroft opened 8 years ago

zoetrope69 commented 8 years ago

Have used this before: http://underscorejs.org/#debounce

robcalcroft commented 8 years ago

Oops this is broken

zoetrope69 commented 8 years ago

maybe bind to the debounce?

robcalcroft commented 8 years ago

http://stackoverflow.com/questions/35435074/using-debouncer-with-react-event/35436028#35436028 answerer gave some better advice quoting the React docs by using event.persist(). Need to look into implementing