|
|
|
|
|
by sinkasapa
4789 days ago
|
|
Other than the fact that this is more minimal, does anyone have any insight in to how this compares to Bacon, Flapjax or RxJs? I've been wanting to give this coding style a try but tend to get turned off by the size and complexity of the existing libraries. I look at this as a personal fault not that of the libraries. I plan to read the source of Reactor.js, which is very well commented. Until then, does anyone know if this is a "complete" implementation or is something fundamental missing? Is it push or pull? |
|
Bacon is more like excel in the sense that a cell defines /itself/ in terms of other cells
or in Bacon The style in ko/reactor is often inverted. One opens a 'bus' or 'signal', to which an arbitrary set of others push values. Of course, the point of Bacon is that Rx.js does not quite define an event stream abstraction, as it has the (kinda weird) distinction between hot and cold observables which can be way surprising.