Throttle Packages

throttle-end

Yet another throttle/debounce function. This one has these properties, where f() is your function and t() is the throttled function:

0.0.2 • Published 7 years ago

throttlr

Buffer and execute tasks at defined time interval.

0.0.1 • Published 9 years ago

throttler-js

throttler-js allows you to improve your application’s performance by limiting the number of events your code needs to handle.You should use a throttle when you want to execute a callback at a controlled rate, allowing you to handle intermediate states rep

1.0.3 • Published 4 years ago

@rq/debounce

Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked

1.0.2 • Published 8 years ago