Skip to main content
Ejecuta cualquier Skill en Manus
con un clic

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.

Estrellas28.079
Forks3522
Actualizado5 de junio de 2026, 18:39
SKILL.md
readonly