dependabot[bot] on npm_and_yarn
Bump elliptic from 6.4.0 to 6.5… (compare)
dependabot[bot] on npm_and_yarn
Bump minimist from 1.2.0 to 1.2… (compare)
I missing the basic checklist of what I need to learn.
For me, it was:
Then I needed #withLatestFrom() to combine an input-box with a chat message box.
(Edit: removed hashtags.)
what's the use of doing these?
https://github.com/cyclejs/examples/blob/master/many%2Fsrc%2FList.js#L35-L38
I tried not doing that and it will still work. are there pros and cons that is not directly obvious?
Code snippet
sinks.DOM = sinks.DOM.replay(null, 1);
sinks.DOM.connect();
sinks.destroy$ = sinks.destroy$.publish();
sinks.destroy$.connect();
@FeliciousX looks like something I’m interested in as well.
I’m not using cyclejs (yet), but when it comes to debugging rxjs, I just subscribe to a stream and then fire off actions (intents) that give me some observable data.
In many ways it is more powerful than xstream, providing access to cold Observables (which are more generic than hot ones), schedulers (which xstream has none so far), marble diagram testing, and dozens of battle-proven operators.
so that means cyclejs won't have these bells and whistles, right? I mean testing, marbles, all the stuff that is built around Rx