asyncredux-debounce-mixin

Community

Debounce user input to prevent wasted requests.

Authormarcglasberg
Version1.0.0
Installs0

System Documentation

What problem does it solve?

The Debounce mixin delays action execution until after a period of inactivity, preventing unnecessary updates and API calls during rapid user input.

Core Features & Use Cases

  • Debounced actions: wait for a quiet period before executing, ideal for search-as-you-type and live validation.
  • Configurable delay: override the debounce getter to tailor the pause duration (default is 333 milliseconds).
  • Per-instance debouncing: override lockBuilder() to give independent timers to different action instances.
  • Compatibility: works with other mixins like CheckInternet, NoDialog, AbortWhenNoInternet, NonReentrant, Fresh, and Throttle.

Quick Start

Use the asyncredux-debounce-mixin to debounce a user input action by delaying execution until the user stops typing. For example, attach Debounce to your action, optionally override debounce for your delay, and override lockBuilder() for per-field timers.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: asyncredux-debounce-mixin
Download link: https://github.com/marcglasberg/async_redux/archive/main.zip#asyncredux-debounce-mixin

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.