Interface: FrameworkAgnosticReactiveEngineOptions\
August 8, 2026 ยท View on GitHub
@plures/praxis / index / FrameworkAgnosticReactiveEngineOptions
Interface: FrameworkAgnosticReactiveEngineOptions<TContext>
Defined in: packages/praxis-core/src/reactive-engine.ts:14
Praxis Reactive Logic Engine
A framework-agnostic reactive implementation of the Praxis Logic Engine. Uses JavaScript Proxies to provide reactivity without Svelte-specific primitives.
This implementation provides:
- Proxy-based state tracking for automatic reactivity
- Subscription-based change notifications
- Computed/derived values support
- Compatible API with Svelte-based implementation
Type Parameters
TContext
TContext
Properties
initialContext
initialContext:
TContext
Defined in: packages/praxis-core/src/reactive-engine.ts:15
initialFacts?
optionalinitialFacts?:unknown[]
Defined in: packages/praxis-core/src/reactive-engine.ts:16
initialMeta?
optionalinitialMeta?:Record<string,unknown>
Defined in: packages/praxis-core/src/reactive-engine.ts:17