UNPKG

@hyper-fetch/react

Version:

React hooks and utils for the hyper-fetch

13 lines (11 loc) 248 B
import { UseTrackedStateType } from "./use-tracked-state.types"; export const initialState: UseTrackedStateType = { data: null, error: null, status: null, extra: null, success: null, loading: false, retries: 0, timestamp: null, };