vue/compose-with-tanstack-pacer
OfficialDebounce Vue table writes for instant UX
AuthorTanStack
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It prevents high-frequency user interactions in TanStack Vue Table—like typing into filter inputs or dragging column resize—from causing excessive state writes and sluggish UI.
Core Features & Use Cases
- Debounced filter input updates: Keeps input typing responsive by updating local component state immediately while routing the actual table write through a
Debouncer. - Throttled column resizing: Smooths resize behavior by throttling resize-state writes (typically to one animation frame) instead of committing every drag event.
- Vue integration pattern: Cancels pending debounced work on unmount using
onBeforeUnmount(() => debouncer.cancel())to avoid stale updates and errors.
Quick Start
Install the packages and use Debouncer from @tanstack/pacer in your Vue column filter component so maybeExecute commits the filter value after a short wait while keeping the input locally responsive.
Dependency Matrix
Required Modules
None requiredComponents
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: vue/compose-with-tanstack-pacer Download link: https://github.com/TanStack/table/archive/main.zip#vue-compose-with-tanstack-pacer Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.