Install
For React apps, install the React package with its peers:
pnpm add @unitflow/react @unitflow/core effect@4.0.0-beta.88 reactnpm install @unitflow/react @unitflow/core effect@4.0.0-beta.88 reactyarn add @unitflow/react @unitflow/core effect@4.0.0-beta.88 reactFor non-React runtimes, install the core package:
pnpm add @unitflow/core effect@4.0.0-beta.88Packages:
effect is a peer dependency pinned to 4.0.0-beta.88 — a beta with breaking
changes between releases, so keep the version explicit rather than a caret
range until Unitflow tracks a stable Effect release.
Continue with Overview for the core ideas, or jump straight to Stores to start writing model state.