Rxova
Skip to content

Examples

The Core test suites are the source-aligned executable examples for the V1 runtime:

AreaSource
Linear definitions and historypackages/core/src/linear/__tests__/linear.test.ts
Graph events, guards, hooks, and raisespackages/core/src/graph/__tests__/graph.test.ts
Graph builderpackages/core/src/graph/__tests__/builder.test.ts
Lifecycle and async behaviorpackages/core/src/core/__tests__
Built-in pluginspackages/core/src/plugins

Run the Core suite locally:

Terminal window
pnpm --filter @rxova/journey-core test

For focused application patterns, see Recipes. The standalone showcase applications are being migrated independently and are not used as the V1 API reference.