Add debounce to URL finder
Opened this issue · 4 comments
robcalcroft commented
Add debounce to URL finder
zoetrope69 commented
Have used this before: http://underscorejs.org/#debounce
robcalcroft commented
Oops this is broken
zoetrope69 commented
maybe bind to the debounce?
robcalcroft commented
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