Guide
Core concepts
Build modular expressions that work with async values, collections, member access, dependency injection, readonly properties, and predictable update flow.
- Async operationsMix Promise/Observable/expression values with sync values
- Batching changesGroup updates and emit once
- CollectionsArray/Map/Set guide with specific-item monitoring examples
- DatesUse date properties like month/year (not getMonth/getFullYear)
- Dependency injectionCompose and adapt runtime services with Inversify
- Expression typesSupported node types, including internal-only nodes
- FunctionsCall methods and functions directly in expressions
- Identifier owner resolverPluggable strategy for resolving identifier owners
- Member expressionsNested property and member access
- Modular expressionsCompose reusable expression parts
- Performance reportParse, bind, update, and memory benchmarks
- Readonly propertiesExpose readonly values while updating them internally
- Side effectsRun side-effect calls inline using the sequence expression