Skip to content

Install

For React apps, install the React package with its peers:

Terminal window
pnpm add @unitflow/react @unitflow/core effect@4.0.0-beta.88 react

For non-React runtimes, install the core package:

Terminal window
pnpm add @unitflow/core effect@4.0.0-beta.88

Packages:

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.