useRemoteDataQuery overview

Added in v1.0.0


Table of contents


utils

useRemoteDataQuery

Signature

export default function useRemoteDataQuery<E, A, U>(
  options: OptionsWithDecoder<E, A, U>
): RD.RemoteData<E | t.Errors, U>
export default function useRemoteDataQuery<E, A, U>(options: OptionsWithoutDecoder<E, A, U>): RD.RemoteData<E, A>

Added in v1.0.0