Updates Cycle.js implementation details

Cycle.js supports all kind of streams related libraries but it's now built using `xstream`(http://staltz.com/xstream/) which is not that heavy (nos as heavy as RxJS).
This commit is contained in:
A (from Sicily)
2016-08-08 15:49:26 +02:00
committed by GitHub
parent 4aee149f48
commit 18ab8099ac
+1 -1
View File
@@ -620,7 +620,7 @@ give you my opinions directly. Ready? Here goes:
neat. neat.
- __cycle:__ `cycle`'s pretty good - unlike most frameworks it lays out a clear - __cycle:__ `cycle`'s pretty good - unlike most frameworks it lays out a clear
architecture which helps with reasoning about it. That said, it's built on architecture which helps with reasoning about it. That said, it's built on
`virtual-dom` and `RxJS` which are a bit heavy for my taste. `choo` works `virtual-dom` and `xstream` which are a bit heavy for my taste. `choo` works
pretty well for FRP style programming, but something like [inu][inu] might be pretty well for FRP style programming, but something like [inu][inu] might be
an interesting alternative. an interesting alternative.
- __vue:__ like `cycle`, `vue` is pretty good. But it also uses tech that - __vue:__ like `cycle`, `vue` is pretty good. But it also uses tech that