Skip to content

Improve Reactivity System

Compare
Choose a tag to compare
@DavidVollmers DavidVollmers released this 07 Oct 09:53
· 36 commits to master since this release
  • Improved the reactivity system
    • Renamed the Value parameter of the ReactiveSection component to For
    • Introduced a base class ReactiveExpression for reactivity and a new class ReactiveReference to be used with reference types
    • Limited the ReactiveValue class to be only used with value types
  • Introduced an event system which will be extended and used for later features