chip0001
9/8/2017 - 3:10 AM

lodashのdebounceでイベント発火タイミングを調整

official. https://lodash.com/docs l.js

const itemSearch = _.debounce((term) => { this.itemSearch(term) }, 300);