Query Paging

Add server-side paging and sorting to a Cratis read-model query — return IQueryable<T> for one-shot paging, ISubject<IEnumerable<T>> for observable + paged results, and consume them from React with useWithPaging. Use when a list query can grow large enough that returning all rows is wasteful, or needs server-side sorting.

Cratis f98b763 5.2 KB Updated

File contents

Cratis/AI/tree/main/.ai/skills/query-paging commit f98b763c0d

Frequently asked questions

npx skillmds@latest add cratis/query-paging