milankinen / ffux

[NOT MAINTAINED] Functional Reactive Flux for RxJS and Bacon.js
MIT License
72 stars 6 forks source link

Could highland.js be used? #5

Closed amccloud closed 9 years ago

amccloud commented 9 years ago

I only ask because I know it is growing in popularity.

amccloud commented 9 years ago

Or Kefir https://github.com/rpominov/kefir

milankinen commented 9 years ago

Does highland have any stream combination function such as https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/combinelatest.md? I didn't find it from the docs. It's mandatory when building the state object.

Kefir has a combine function so it could be supported.

xgrommx commented 9 years ago

@milankinen you can look on this https://github.com/rpominov/kefir/blob/master/test/perf/memory-specs/combine.coffee#L2

milankinen commented 9 years ago

Created new ticket for Kefir: #9

Closing this one since highland.js has no functionality that supports stream combining