Skip to content

Installation

Atomix is split into two packages:

  • atomix-core – the core state management engine (framework-agnostic)
  • atomix-react – optional bindings for seamless React integration

📦 Install with npm

bash
npm install atomix-core atomix-react

📦 Install with yarn

bash
yarn install atomix-core atomix-react

🔍 Package Overview

PackageDescription
atomix-coreCore atom and state engine. Works anywhere.
atomix-reactReact bindings built on useSyncExternalStore.

You can use atomix-core on its own if you're not using React.

✅ Requirements

React 18+ (only for atomix-react)

Node.js 14+ (recommended)

TypeScript (optional but fully supported)

v1.0.2 • Released under the MIT License.