You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight, dependency-free debounce utility for JavaScript functions. Supports both leading and trailing edge execution. Perfect for input handlers, resize events, and performance optimization in modern web apps.
LiteDebounce is a lightweight utility for debouncing JavaScript functions, designed to improve performance without any dependencies. It offers both leading and trailing execution options, making it ideal for handling user inputs and optimizing event performance. 🐙🌟