Skip to main content
Version: v7.0.0

getIsInitiallyLoading


Import
import { getIsInitiallyLoading } from "@hyper-fetch/react"

Parameters

getIsInitiallyLoading<T>(__namedParameters: { disabled?: boolean; dispatcher: Dispatcher<ExtractAdapterType<T>>; hasState: boolean; queryKey: string; revalidate?: boolean })
Parameters
NameTypeDescription
__namedParameters
{ disabled?: boolean; dispatcher: Dispatcher<ExtractAdapterType<T>>; hasState: boolean; queryKey: string; revalidate?: boolean }

Returns

boolean
React
On this page