我正在嘗試編寫演示同構Cycle.js/Hapi.js應用程序,但它在服務器上呈現時在xstream中發生異常並失敗。這裏出了什麼問題?我的應用基於Cycle.js' isomorphic app example。 回溯看起來是這樣的: TypeError: Uncaught error: s[i]._add is not a function
at CombineProducer._s
你好,我試圖找出是否有相當於RxJs操作員壓縮在xstream,或至少有一種方式來獲得相同的行爲。如果有人需要澄清差異,下面的大理石圖將會顯示。 zip in rxjs
|---1---2---3-----------5->
|-a------b------c---d----->
"zip"
|-1a----2b------3c-----5d->