I need to perform a Search when user stops typing.I know I am supposed to use setTimeout() . But with Reactjs I cant find how it works. Can
User lodash javascript library and use [_.debounce][1]
[_.debounce][1]
changeName: _.debounce(function (val) { console.log(val) }, 1000)