throunce the throunce is conflation of two words throttle and debounce. Installation $ npm install throunce Usage import { throttle, debounce } from 'throunce'; throttle(() => { // Throttled function }, 500); debounce(() => { // Debounced function }, 500)