Skip to content

@shtse8/fluxus v1.0.0


@shtse8/fluxus / src / AsyncLoading

Type Alias: AsyncLoading

AsyncLoading = Readonly<{ previousData: unknown; state: "loading"; }>

Defined in: src/types.ts:65

Represents the state of an asynchronous operation: Loading. May contain previous data if reloading after an error and keepPreviousDataOnError is true.

Released under the ISC License.