Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mmckegg/mutant-pull-reduce

Account's avatar
mmckegg/mutant
Create observables and map them to DOM elements. Massively inspired by hyperscript and observ-*. No virtual dom, just direct observable bindings. Unnecessary garbage collection is avoided by using mut
Account's avatar
dominictarr/pull-pause
Account's avatar
pull-stream/pull-stream
minimal pull stream

Support the repos that depend on this repository

Top contributors

mmckegg's profile
mmckegg
6 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
mmckegg

mmckegg/mutant-pull-reduce

Reduce the output of a pull-stream into a mutant observable.

JavaScript
6
1
No license

mutant‑pull‑reduce is a small Node.js utility that connects pull‑streams with Mutant’s observable data model. It consumes a pull‑stream (source or through) and applies a reducer function to emit a single Mutant observable representing the accumulated result, with optional initial value and async (nextTick) handling. It’s aimed at developers using Pull‑Stream pipelines who want to expose their streamed data as reactive Mutant observables.