This skill provides a comprehensive framework for managing high-frequency events like scrolling, resizing, and rapid user input. It guides developers through a four-phase workflow: requirement analysis, pattern selection, implementation using TypeScript templates, and performance validation. By systematically applying debounce or throttle strategies, the skill helps reduce CPU load, prevent redundant API calls, and improve overall UI responsiveness and stability.
主な機能
01Guidance on tuning delay intervals and resource load balancing
022 GitHub stars
03Automated pattern selection checklist for debounce vs. throttle
04Integration with event monitoring and logging scripts
05Production-grade TypeScript implementation templates
06Performance measurement and impact validation reporting