+19
-62
README.md
+19
-62
README.md
···It exposes a set of helpers to create and transform sources and output sinks, meaning it helps you to turn an event source or anReason has been becoming increasingly popular, but it's missing a good pattern for streams that feels native to the language.The functional nature of callbags make them a perfect starting point to fix this, and to introduce a reactive programming···-Writing your first stream is very easy! Let's suppose you would like to create a stream from a list, filter out some values,-This can be done with a few operators that might remind you of functions you would also call on iterables.-And already you have mastered all the basics of `Wonka` and learned about a couple of its operators!-I am currently still working on getting some documentation up and running. Those will contain:···
···It exposes a set of helpers to create and transform sources and output sinks, meaning it helps you to turn an event source or anReason has been becoming increasingly popular, but it's missing a good pattern for streams that feels native to the language.The functional nature of callbags make them a perfect starting point to fix this, and to introduce a reactive programming+This library also attempts to support as many Reason/JS environments as possible, which makes the adoption of streams across+multiple projects a lot easier. Hence `Wonka` is a library that aims to make complex streams of data easy to deal with.+`Wonka` is not only compatible with Reason/Bucklescript, but out of the box with other environments as well.+In summary, it should work in any TypeScript/Flow/Reason/OCaml environment with full type safety.+For Bucklescript you will also need to add `wonka` to `bs-dependencies` in your `bsconfig.json` file like so:······