toolish - v0.2.5
    Preparing search index...

    Module reactivity

    Simple, explicit, push-based reactivity system.

    Principal functionality:

    Reactive is the base abstraction of a reactive entity. Its subclass ReactiveValue wraps an actual value, while ReactiveDerivative represents a derived value. ReactiveArray is a specialization offering convenience methods to work with arrays and ReactiveObject is the same for objects.

    The tests contain more usage examples.

    Classes

    ReactiveArray
    Reactive
    WeakReactiveCache
    ReactiveConsumer
    ReactiveContainer
    ReactiveDerivative
    ReactiveObject
    ReactiveValue

    Interfaces

    ReactiveCache
    Derivation
    PropertyRemover
    Publisher
    Subscriber
    SubscriptionTracker

    Type Aliases

    ElementWrapper
    PatchElementConverter
    MaybeReactive
    Unreactive
    ReactiveVariant
    UnreactiveNested
    ReactiveTransformation
    ComponentWrapper
    ComponentPatchConverter
    PatchSource