Skip to main content
Run any Skill in Manus
with one click
$pwd:

preact-compose-with-tanstack-pacer

// Use `@tanstack/preact-pacer` to debounce / throttle the high-frequency writes that drive an interactive table: column filter inputs and column resize state. Pattern: import `useDebouncedCallback` from `@tanstack/preact-pacer/debouncer` (or `useThrottledCallback` for resize), wrap your `column.setFilterValue` / `table.setColumnSizing` calls, and let the table's expensive row-model recompute happen on the trailing edge. Routing keywords: preact-pacer, debounce filter, throttle resize, useDebouncedCallback, performant filtering.

$ git log --oneline --stat
stars:28,026
forks:3,504
updated:May 17, 2026 at 18:01
SKILL.md
readonly