Merge pull request #215 from AngeloGulina/patch-1

Updates Cycle.js implementation details
This commit is contained in:
Yoshua Wuyts
2016-08-08 16:29:43 +02:00
committed by GitHub
+1 -1
View File
@@ -620,7 +620,7 @@ give you my opinions directly. Ready? Here goes:
neat.
- __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
`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
an interesting alternative.
- __vue:__ like `cycle`, `vue` is pretty good. But it also uses tech that