Package Exports
- atom.io
- atom.io/internal
- atom.io/internal/package.json
- atom.io/introspection
- atom.io/introspection/package.json
- atom.io/json
- atom.io/json/package.json
- atom.io/package.json
- atom.io/react
- atom.io/react-devtools
- atom.io/react-devtools/package.json
- atom.io/react/package.json
- atom.io/realtime-client
- atom.io/realtime-react
- atom.io/realtime-react/package.json
- atom.io/realtime-server
- atom.io/realtime-testing
- atom.io/realtime-testing/package.json
- atom.io/transceivers/set-rtx
- atom.io/transceivers/set-rtx/package.json
Readme

npm i atom.io
pnpm i atom.io
bun i atom.io
Fine-grained reactivity for JavaScript environments.
💙 Inspired by Recoil.
Usage
import { atom } from 'atom.io'
const countState = atom({
key: 'count',
default: 0
})
// { key: 'count', type: 'atom' }