Snippets tagged iobservable rx

  • Observable.computed

    Knockout (http://knockoutjs.com) provides observable primitives similar to IObservable in Rx. Knockout also has ko.computed, which abstracts away individual subscriptions: you write a function that references the current values of observables, and it takes care of the rest. Here is ko.computed in F#.

    2 people like this

    Posted: 10 years ago by Tim Robinson