ui/reactive_watch library

Extensions

ReactiveWatch on T
===================================================== Extension on ReactiveModel for ergonomic watch

Functions

watchComputedModel<R>(ReactiveModel model, R compute(), Widget builder(R value)) Widget
Watch a computed value from any ReactiveModel
watchFieldModel(ReactiveModel model, Symbol field, Widget builder()) Widget
===================================================== Standalone functions (optional, for convenience)