staltz/callbag-basics
👜 Tiny and fast reactive/iterable programming library observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3138
- days_rel: n/a
- days_push: 1231
- n_releases_24m: 0
Adoption not part of the score
1652 stars · 43 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A tiny and fast JavaScript library implementing the callbag spec, providing basic factories and operators for reactive stream and iterable programming. The same operators work for both push-based event streams and pull-based iterables, with a modular design where everything is a standalone utility function.
Use cases
- handle click events reactively in the browser
- process async event streams with map/filter/take operators
- transform iterables with the same operators used for streams
- build lightweight reactive apps without RxJS bundle size
- flatten promises and events into unified streams
- create interval-based tick streams for polling
When to choose
- you want a tiny (~7kB) alternative to RxJS or xstream
- you need one operator set that works for both observables and iterables
- you prefer a modular, spec-based design with no core library
- performance in stream processing is critical
When to avoid
- you need a batteries-included reactive library with schedulers and subjects
- your team already knows RxJS and ecosystem tooling matters more than size
- you need extensive documentation and community support
- you require frequent updates or long-term active maintenance
Facets
library · maturity maintenance
middleware streaming web-development frontend developer-tools browser reactive-programming observables iterables callbag functional-programming streams nodejs javascript
2 sources
- readme: https://github.com/staltz/callbag-basics · fetched 2026-08-28 · a578da1c89a3
- registry_npm: https://registry.npmjs.org/callbag-basics · fetched 2026-08-29 · 0e2bd3122b4f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| staltz/callbag-basics | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="staltz/callbag-basics")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem