|
|
|
|
|
by judah
4789 days ago
|
|
KnockoutJS (KO) does essentially the same thing: What KO calls observable, Reactor calls signal.
What KO calls computed, Reactor calls observer. The ReactiveExtensions library (including Rx.js) has been doing this thing for several years now, only more sophisticated than either KO or Reactor: https://github.com/Reactive-Extensions/RxJS |
|
http://stackoverflow.com/questions/5101113/whats-the-differe...