solid/compose-with-tanstack-pacer

Official

Debounce filters and throttle resizing.

AuthorTanStack
Version1.0.0
Installs0

System Documentation

What problem does it solve?

It prevents slow or janky Solid Table updates caused by high-frequency user events that trigger expensive table writes and row-model recomputation.

Core Features & Use Cases

  • Debounced filter writes: Commit column filter changes (e.g., from text inputs) only after the user pauses typing to avoid re-filtering on every keystroke.
  • Throttled resize writes: Reduce the update rate during column resize drags so column sizing changes do not continuously force heavy recalculation.
  • Performance-focused targeting: Apply pacing specifically to filtering and column-resizing state updates while keeping the table atoms as the source of truth.

Quick Start

Ask an AI coding assistant to show how to wrap a Solid Table column.setFilterValue call with useDebouncedCallback from @tanstack/solid-pacer/debouncer using a 250ms wait, while keeping the input state immediately responsive.

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: solid/compose-with-tanstack-pacer
Download link: https://github.com/TanStack/table/archive/main.zip#solid-compose-with-tanstack-pacer

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 471,000+ vetted skills library on demand.