Skip to content

cratis/public-cratis-ai

v0.3.0MIT

Cratis AI skills for event-sourced and CQRS application development

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.

Read SKILL.md at the source

Pinned to revision 8356298f1c6e, so it is the text this page describes rather than whatever the author pushed since.

Files

Every link opens the file at its source, pinned to the revision this page describes.