소개
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.