Skip to main content
Module

x/jotai/src/query.ts

👻 Primitive and flexible state management for React
Go to Latest
File
export { queryClientAtom } from './query/queryClientAtom'export { atomWithQuery } from './query/atomWithQuery'export { atomWithInfiniteQuery } from './query/atomWithInfiniteQuery'export type { AtomWithQueryOptions } from './query/atomWithQuery'export type { AtomWithInfiniteQueryOptions } from './query/atomWithInfiniteQuery'