Improve Reactivity System
- Improved the reactivity system
- Renamed the
Value
parameter of theReactiveSection
component toFor
- Introduced a base class
ReactiveExpression
for reactivity and a new classReactiveReference
to be used with reference types - Limited the
ReactiveValue
class to be only used with value types
- Renamed the
- Introduced an event system which will be extended and used for later features