callbag
There are 91 repositories under callbag topic.
staltz/callbag-basics
π Tiny and fast reactive/iterable programming library
fanduel-oss/refract
Harness the power of reactive programming to supercharge your components
0no-co/wonka
π© A tiny but capable push & pull stream library for TypeScript and Flow
janryWang/redux-callbag
πΊπΊRedux middleware for action side effects with callbag π< 1KB
sartaj/pipe-me
πPipeable programming for humans.
janryWang/awesome-callbags
Callbag Libraries & Learning Material https://github.com/callbag/callbag
janryWang/callbag-map-promise
Callbag map promise
jamesb3ll/reduxbag
πCallbag RxJS-like middleware for asynchronous side effects in Redux
alexkrolick/mdx-observable
Global state for Markdown documents
Andarist/use-callbag
π Use callbag as React hook.
teohhanhui/callbag-rs
Rust implementation of the callbag spec for reactive/iterable programming
vic/pond
State aware Elixir functions without spawning processes
erikras/react-callbag-listener
π A React render-prop component that listens to values emitted by callbags
alinz/callbag.go
golang implementation of Callbag
zebulonj/callbag-subscribe
A callbag sink (listener) that connects an Observer a-la RxJS. π
atomrc/callbag-debounce
Debounce β± operator for Callbag π
erikras/callbag-pausable
β―οΈ Callbag Pausable is a callbag that will convert any callbag stream into one that can be paused and resumed via data or talkback events.
Andarist/callbag-pull-when
π Callbag operator that pulls from source when provided listenable emits.
aaronshaf/callbag-gamepads
Callbag source for connected gamepad inputs
jopek/callbag-repeat
π Callbag operator that repeats/restarts the stream by repeating the source handshake when source finished.
Andarist/callbag-exhaust-map
π Callbag operator that maps to inner source and ignores other values until that source completes.
Andarist/callbag-of
π Callbag source factory that emits values specified as arguments.
Andarist/callbag-to-promise
π Callbag operator which converts source to a promise containing last emitted value.
zebulonj/callbag-pump
A callbag operator that turns a pullable source into a listenable source. π
aaronshaf/callbag-keyboard
Callbag source for the keyboard
Andarist/callbag-retry
π Callbag operator which resubscribes to the source given amount of times.
jaw977/callbag-from-stream
Convert a readable stream (EventEmitter with data / end / error events) to a callbag listenable source
jaw977/callbag-map-delve
Callbag operator that applies a transformation, which may be dot-notated path, on data passing through it
zebulonj/callbag-behavior-subject
A callbag subject (source, sink) that repeats its last value on connection.
Andarist/callbag-default-if-empty
π Callbag operator which emits a given value when source completes without emitting any value.
Andarist/callbag-ms-elapsed
π Callbag listenable source which emits milliseconds elapsed since the subscription (using requestAnimationFrame) - useful for animations.
Andarist/callbag-take-while
π Callbag operator which emits values emitted by the source as long as each value satisfies the given predicate, and then completes as soon as predicate is not satisfied.
Andarist/callbag-timestamp
π Callbag operator that attaches a timestamp to each emitted value.
chuthin/Callbag
π A standard for Swift callbacks that enables lightweight observables and iterables
erikras/callbag-types
Types for π Callbags
loreanvictor/callbag-router
Routing for single-page applications, using Callbags