xstream
xstream copied to clipboard
An extremely intuitive, small, and fast functional reactive stream library for JavaScript
http://staltz.com/xstream/#create http://staltz.com/xstream/#createWithMemory Both state "Creates a new Stream given a **Producer**" implying Producer is required but then say "An **optional** Producer". So is it truly optional and what happens if...
We would like to introduce streams into our product. With this project being leading candidate. Problem is: we need to support IE8. Is this library compatible with IE8? Couldn't find...
I wonder how `imitate` called multiple times should behave. Or it should be allowed to be called only once with an error thrown for example. http://www.webpackbin.com/4kKOgnNxM ```js import xs from...
There are cases where mapTo(innerStream) is simply not the same as `map(() => innerStream)` because the former does lazy evaluation of the `innerStream` expression, which may involve the creation of...
I recently ran into an issue with imitate where I was calling it multiple times to switch the stream I was imitating in a Cycle.js app. My use case was...
We might remove `createWithMemory` since the exact same functionality can be achieved with `create(producer)` + `remember`. It's a breaking change, so we might bundle it together with another breaking change,...
the imitate() docs in readMe , say : "The following is an example where imitate() is important in Cycle.js applications. A parent component contains some child components. A child has...
It would be very useful if we could serialize and deserialize both xstream observables and observable graphs. This would enable snapshotting of application state, which opens up a world of...
[April 29, 2016 6:04 PM](https://gitter.im/cyclejs/core?at=57237802b8068d3e4aca75d7)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...