UNPKG

react-query

Version:

Hooks for managing, caching and syncing asynchronous and remote data in React

4 lines (3 loc) 271 B
export { dehydrate, hydrate, useHydrate, Hydrate } from 'react-query'; export { DehydrateOptions, DehydratedState, HydrateOptions, ShouldDehydrateMutationFunction, ShouldDehydrateQueryFunction, } from '../core/hydration'; export { HydrateProps } from '../react/Hydrate';