Debounce Packages

debounce-n-throttle

[![NPM](https://img.shields.io/npm/v/debounce-n-throttle.svg)](https://www.npmjs.com/package/debounce-n-throttle) ![Tests](https://github.com/sekoyo/debounce-n-throttle/actions/workflows/main.yml/badge.svg) ![Size](https://img.badgesize.io/sekoyo/debounce

1.0.2 • Published 1 year ago

debounce-throttle-javascript

Debounce and throttle functions to enhance the website performance by limiting/reducing the number of times the handler function is being executed due to user events. User events can be engagements like clicks, scroll, resize, text box inputs, mouse event

1.0.2 • Published 4 years ago

debounce-wrapper

Function wrapper, that cancels the previous function call, if time between previous and current call less than ms

1.0.6 • Published 4 years ago