hydration/Hydrate
adds a previously dehydrated state into the queryClient
that would returned by running useQueryCache
. If the client already contains data, the new queries will be intelligently merged based on update timestamp.
import { Hydrate } from 'react-query/hydration'function App() {return <Hydrate state={dehydratedState}>...</Hydrate>}
Options
state: DehydratedState
options: HydrateOptions
defaultOptions: QueryOptions
The latest TanStack news, articles, and resources, sent to your inbox.