@arkcit/engine-runtime
v0.3.0
Published
Workspace extraction candidate for Arkcit runtime contracts.
Maintainers
Readme
@arkcit/engine-runtime
Shared runtime contract layer for the Arkcit platform.
Position In The Flow
schema document
@arkcit/engine-schema
+
runtime access
@arkcit/engine-runtime
↓
@arkcit/engine-core
↓
@arkcit/engine-render-layer
↓
@arkcit/engine*What Goes In
- runtime adapter contracts
- value lookup semantics
- actions and subscriptions
- runtime context concerns
What Comes Out
- reusable runtime interfaces
- framework-independent execution contracts
- the shared runtime seam consumed by engine layers and adapters
Responsibilities
- define runtime access contracts
- isolate data/action/subscription semantics from UI frameworks
- keep runtime reusable across web, Angular, and React Native
Do Not Put Here
- JSX
- component registries
- studio overlays
- framework rendering rules
Used By
@arkcit/engine-core@arkcit/engine-render-layer@arkcit/engine@arkcit/engine-angular@arkcit/engine-react-native
