Skip to main content
Module

x/jotai/src/utils.ts

👻 Primitive and flexible state management for React
Go to Latest
File
export { RESET } from './utils/constants'export { useSetAtom as useUpdateAtom } from 'jotai'export { useAtomValue } from 'jotai'export { atomWithReset } from './utils/atomWithReset'export { useResetAtom } from './utils/useResetAtom'export { useReducerAtom } from './utils/useReducerAtom'export { atomWithReducer } from './utils/atomWithReducer'export { atomFamily } from './utils/atomFamily'export { selectAtom } from './utils/selectAtom'export { useAtomCallback } from './utils/useAtomCallback'export { freezeAtom, freezeAtomCreator } from './utils/freezeAtom'export { splitAtom } from './utils/splitAtom'export { atomWithDefault } from './utils/atomWithDefault'export { waitForAll } from './utils/waitForAll'export { atomWithStorage, atomWithHash, createJSONStorage,} from './utils/atomWithStorage'export { atomWithObservable } from './utils/atomWithObservable'export { useHydrateAtoms } from './utils/useHydrateAtoms'export { loadable } from './utils/loadable'