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 { AtomWithQueryAction, AtomWithQueryOptions,} from './query/atomWithQuery'export type { AtomWithInfiniteQueryOptions, AtomWithInfiniteQueryAction,} from './query/atomWithInfiniteQuery'