Skip to main content
Module

x/jotai/src/react.ts

👻 Primitive and flexible state management for React
Go to Latest
File
/** * These APIs are still unstable. * See: https://github.com/pmndrs/jotai/discussions/1514 */export { Provider, useStore } from './react/Provider'export { useAtomValue } from './react/useAtomValue'export { useSetAtom } from './react/useSetAtom'export { useAtom } from './react/useAtom'