Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
$pwd:

angular-compose-with-tanstack-query

// Compose TanStack Table v9 with `@tanstack/angular-query-experimental` for server-side data. Key the query on the controlled table state that drives the request (pagination, sorting, filters); use `placeholderData: keepPreviousData` to avoid a "0 rows flash" between pages; set `manualPagination` / `manualSorting` / `manualFiltering` for the slices the server owns; drop the matching client `_rowModels` factories; pass `rowCount` from the server response; set `getRowId` for stable selection across refetches; hoist controlled slices to Angular signals + `state` + `on[State]Change`. Alternative — `rxResource` / `httpResource` if you don't want to add the Query dependency (see `client-to-server`).

$ git log --oneline --stat
stars:28,026
forks:3,504
updated:2026년 5월 17일 18:01
SKILL.md
readonly