UNPKG

@hyper-fetch/react

Version:

React hooks and utils for the hyper-fetch

14 lines (12 loc) 281 B
import { UseTrackedStateType } from "./use-tracked-state.types"; export const initialState: UseTrackedStateType = { data: null, error: null, status: null, extra: {}, success: false, loading: false, retries: 0, responseTimestamp: null, requestTimestamp: null, };