@reaxium/vue
v0.1.0-alpha.5
Published
Framework-agnostic reactive state manager — Reaxium core
Maintainers
Readme
🧠 Reaxium
Reaxium is a framework-agnostic reactive state management system.
Tiny and composable.
Made at Reysin, software creation, consulting, and digitalisation.
- Vue 3 adapter using
refandonUnmounted - Usage:
import { atom } from "@reaxium/core";
import { useStore } from "@reaxium/vue";
const count = atom(0);
const countRef = useStore(count);⚡ License
MIT © OpenReysin
