Skip to content

Installation

Reaxium is available on npm and works with all modern package managers.


Terminal window
npm install @reaxium/core

<script type="module">
import { atom, computed, watch } from 'https://unpkg.com/@reaxium/core?module';
// Use Reaxium here
</script>

  • Node.js 16+ (for npm/yarn/pnpm)
  • Modern browser (for CDN)