Backstage
    Preparing search index...

    Function useAsyncList

    • Manages state for an immutable async loaded list data structure, and provides convenience methods to update the data over time. Manages loading and error states, pagination, and sorting.

      Type Parameters

      • T
      • C = string

      Parameters

      • options: AsyncListOptions<T, C>

      Returns AsyncListData<T>