Skip to main content
What useTapQuery and useTapServer return.

Extended by

Type Parameters

T

T

Properties

data

undefined until the first answer for this key arrives. A later call that fails leaves the last answer in place and only sets error, so branch on error to detect a failure, never on data.

error


isLoading

true only while the first answer for this key is in flight.

Methods

refetch()

Asks again now, whether or not the cached answer has gone stale.

Returns

void