Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

solid-compose-with-tanstack-pacer

النجوم٢٨٬١٤٩
التفرعات٣٬٥٣٢
آخر تحديث١٢ يونيو ٢٠٢٦ في ١٤:٣٨

Debounce or throttle high-frequency writes that drive a `@tanstack/solid-table` with `@tanstack/solid-pacer`. Typical targets: column filter inputs (debounce text → `column.setFilterValue`) and column-resize state (throttle pointer moves). Pattern: wrap the setter in `createDebouncer`/`createThrottler` (or use the matching hook), call it from input handlers; the table's atoms still drive the row model.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly