robcalcroft/wishlist-client

Add debounce to URL finder

Opened this issue · 4 comments

Add debounce to URL finder

Oops this is broken

maybe bind to the debounce?

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