• Factory to make a Loadable which is resolved when all of the Loadables provided to it are resolved or any one has an error. The value is an array of the values of all of the provided Loadables. This is comparable to Promise.all() for Loadables. Similar to Promise.all(), inputs may be Loadables, Promises, or literal values.

    Type Parameters

    Parameters

    Returns Loadable<UnwrapLoadables<Inputs>>

  • Type Parameters

    • Inputs extends {
          [key: string]: any;
      }

    Parameters

    Returns Loadable<UnwrapLoadables<Inputs>>