+1
-1
docs/api/index.md
+1
-1
docs/api/index.md
+103
-12
docs/api/sinks.md
+103
-12
docs/api/sinks.md
···`subscribe` accepts a callback function to execute when data is received from the source, in addition to the source itself.+In this example we're using [`onPush`](./operators.md#onpush) to pass a callback to react to incoming
+28
-1
docs/api/sources.md
+28
-1
docs/api/sources.md
······
+129
docs/basics/architecture.md
+129
docs/basics/architecture.md
···
+66
docs/basics/background.md
+66
docs/basics/background.md
···+asynchronous iterables](https://medium.com/@andrestaltz/2-minute-introduction-to-rx-24c8ca793877).+creating a stream. So Wonka has utilities such as [`fromArray`](../api/sources.md#fromArray) to+so Wonka has **operators** like [`filter`](../api/operators.md#filter) and [`map`](../api/operators.md#map).+array to iterate over its values. Wonka has a [`subscribe`](../api/sinks.md#subscribe) function which
+12
docs/basics/index.md
+12
docs/basics/index.md
···
+119
docs/getting-started.md
+119
docs/getting-started.md
···+If you're using Babel and the [pipeline proposal plugin](https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator), you can just use+more utilities like `fromPromise`, `toPromise`, `fromEvent`, or even `debounce` and `throttle`.
+46
-1
docs/index.md
+46
-1
docs/index.md
···+the [callbag spec](https://github.com/callbag/callbag). It exposes a set of helpers to create streams,+It's similar to [RxJS](https://github.com/ReactiveX/rxjs) in that it enables asynchronous programming with+iterables, but it's also similar to [IxJS](https://github.com/ReactiveX/IxJS) since Wonka streams will run+It also comes with many operators that users from [RxJS](https://github.com/ReactiveX/rxjs) will be used to.+Wonka is written in [Reason](https://reasonml.github.io/), a dialect of OCaml, and can hence be used+for native applications. It is also compiled using [BuckleScript](https://bucklescript.github.io) to plain+JavaScript and has typings for [TypeScript](https://www.typescriptlang.org/) and [Flow](https://flow.org/).