svelte/compose-with-tanstack-pacer
OfficialDebounce filter and resize writes in Svelte
AuthorTanStack
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill prevents high-frequency UI events from flooding a TanStack Svelte table with excessive state writes and re-renders.
Core Features & Use Cases
- Debounce hot filter paths: Debounces column filter input commits and optional global filter commits while keeping the input responsive with local state.
- Throttle expensive resize side effects: Uses throttling to limit work triggered by continuous column resizing (especially when resizing triggers persistence, analytics, or server-side updates).
- Avoid common performance pitfalls: Ensures pacer instances are created once at component-init scope and helps avoid double-committing immediate updates plus pacer commits.
Use case example: In a server-side filtered datagrid, debounce column filter keystrokes to avoid request storms and throttle resizing persistence so dragging a column doesn’t overwhelm the CPU or backend.
Quick Start
Use the svelte/compose-with-tanstack-pacer skill to wire createDebouncer and createThrottler into your @tanstack/svelte-table filter input and column resizing handlers.
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: svelte/compose-with-tanstack-pacer Download link: https://github.com/TanStack/table/archive/main.zip#svelte-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.