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

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
loreanvictor

loreanvictor/callbag-expr

Expressions based on callbags

TypeScript
6
0
MIT License
loreanvictor's profile
loreanvictor
39 contributions

Support the dependencies of loreanvictor/callbag-expr

Account's avatar
callbag/callbag
A standard for JS callbacks
Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
A Babel preset for each environment.
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for chai
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
staltz/callbag-interval
A callbag listenable source that sends incremental numbers every x milliseconds
Account's avatar
staltz/callbag-map
Callbag operator that applies a transformation on data passing through it
Account's avatar
Andarist/callbag-of
👜 Callbag source factory that emits values specified as arguments.
Account's avatar
staltz/callbag-pipe
Utility function for plugging callbags together in chain
Account's avatar
staltz/callbag-subject
A callbag listener sink which is also a listenable source
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
rollup/rollup
Next-generation ES module bundler
Account's avatar
TrySound/rollup-plugin-terser
Rollup plugin to minify generated es bundle
Account's avatar
TypeStrong/ts-loader
TypeScript loader for webpack
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
Microsoft/tslib
Runtime library for TypeScript helper functions
Account's avatar
palantir/tslint
An extensible static analysis linter for the TypeScript language
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

**callbag‑expr** is a tiny library that lets you write reactive expressions over **callbag** streams. By using a special `$` accessor inside a function, you can combine, conditionally evaluate, or passively track the latest values of callbags, producing a new callbag that re‑emits whenever any of the tracked sources change. It’s aimed at JavaScript/TypeScript developers who already use the callbag ecosystem and want a concise, RxJS‑style “autorun” syntax for building derived streams.