jotai
Version:
👻 Next gen state management that will spook you
11 lines (10 loc) • 564 B
TypeScript
export { useUpdateAtom } from './utils/useUpdateAtom';
export { useAtomValue } from './utils/useAtomValue';
export { atomWithReset, RESET } from './utils/atomWithReset';
export { useResetAtom } from './utils/useResetAtom';
export { useReducerAtom } from './utils/useReducerAtom';
export { atomWithReducer } from './utils/atomWithReducer';
export { atomFamily } from './utils/atomFamily';
export { useSelector } from './utils/useSelector';
export { useAtomCallback } from './utils/useAtomCallback';
export { freezeAtom, atomFrozenInDev } from './utils/freezeAtom';