Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with callbag

A curated list of projects in awesome lists tagged with callbag .

https://github.com/staltz/callbag-basics

πŸ‘œ Tiny and fast reactive/iterable programming library

callbacks callbag iterables observables reactive

Last synced: 03 Oct 2024

https://github.com/fanduel-oss/refract

Harness the power of reactive programming to supercharge your components

callbag inferno javascript most preact react reactive-programming redux rxjs typescript xstream

Last synced: 30 Sep 2024

https://github.com/kitten/wonka

🎩 A tiny but capable push & pull stream library for TypeScript and Flow

callbag events iterable javascript observable stream typescript

Last synced: 03 Aug 2024

https://github.com/0no-co/wonka

🎩 A tiny but capable push & pull stream library for TypeScript and Flow

callbag events iterable javascript observable stream typescript

Last synced: 31 Jul 2024

https://github.com/janryWang/redux-callbag

πŸ•ΊπŸ•ΊRedux middleware for action side effects with callbag πŸ‘‰< 1KB

callbag callbags observable react reactive redux redux-middleware

Last synced: 30 Jul 2024

https://github.com/janrywang/redux-callbag

πŸ•ΊπŸ•ΊRedux middleware for action side effects with callbag πŸ‘‰< 1KB

callbag callbags observable react reactive redux redux-middleware

Last synced: 03 Oct 2024

https://github.com/jamesb3ll/reduxbag

πŸ‘œCallbag RxJS-like middleware for asynchronous side effects in Redux

callbag middleware redux

Last synced: 30 Jul 2024

https://github.com/alexkrolick/mdx-observable

Global state for Markdown documents

callbag jsx markdown md mdx observable react state

Last synced: 29 Sep 2024

https://github.com/zebulonj/callbag-subscribe

A callbag sink (listener) that connects an Observer a-la RxJS. πŸ‘œ

callbag observables reactive rx

Last synced: 30 Jul 2024

https://github.com/atomrc/callbag-debounce

Debounce ⏱ operator for Callbag πŸ‘œ

callbag

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-pull-when

πŸ‘œ Callbag operator that pulls from source when provided listenable emits.

callbag callbags sampling

Last synced: 30 Jul 2024

https://github.com/aaronshaf/callbag-gamepads

Callbag source for connected gamepad inputs

callbag gamepad gamepad-api

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-of

πŸ‘œ Callbag source factory that emits values specified as arguments.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-to-promise

πŸ‘œ Callbag operator which converts source to a promise containing last emitted value.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-exhaust-map

πŸ‘œ Callbag operator that maps to inner source and ignores other values until that source completes.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/zebulonj/callbag-pump

A callbag operator that turns a pullable source into a listenable source. πŸ‘œ

callbag rx

Last synced: 30 Jul 2024

https://github.com/jaw977/callbag-from-stream

Convert a readable stream (EventEmitter with data / end / error events) to a callbag listenable source

callbag

Last synced: 30 Jul 2024

https://github.com/jaw977/callbag-map-delve

Callbag operator that applies a transformation, which may be dot-notated path, on data passing through it

callbag

Last synced: 30 Jul 2024

https://github.com/zebulonj/callbag-behavior-subject

A callbag subject (source, sink) that repeats its last value on connection.

callbag observables pub-sub reactive rx

Last synced: 30 Jul 2024

https://github.com/aaronshaf/callbag-keyboard

Callbag source for the keyboard

callbag keyboard

Last synced: 30 Jul 2024

https://github.com/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.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-remember

πŸ‘œ Callbag operator that remembers last event, so that a newly added listener will immediately receive that memorised event.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-ms-elapsed

πŸ‘œ Callbag listenable source which emits milliseconds elapsed since the subscription (using requestAnimationFrame) - useful for animations.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-sample-when

πŸ‘œ Callbag operator that samples from source when provided listenable emits.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-default-if-empty

πŸ‘œ Callbag operator which emits a given value when source completes without emitting any value.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/leslieJt/callbag-last

Callbag operator that emit the last value emitted from source on completion, based on provided expression.

callbag last

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-loop

πŸ‘œ Callbag operator that accumulates results using a feedback loop that emits one value and feeds back another to be used in the next iteration.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/MartyJiang/callbag-last

Callbag operator that emit the last value emitted from source on completion, based on provided expression.

callbag last

Last synced: 05 Sep 2024

https://github.com/Andarist/callbag-buffer-time

πŸ‘œ Callbag operator which buffers source values until provided time has passed.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-timer

πŸ‘œ Callbag source that after given duration emits numbers in sequence every specified duration.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-never

πŸ‘œ Callbag source that never completes and emits no data.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-buffer

πŸ‘œ Callbag operator which buffers source values until separator stream emits.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-drop-until

Starts emitting the input stream when another stream emits a value.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-pluck

πŸ‘œ Callbag operator that maps to object properties.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-distinct-until-changed

πŸ‘œ Callbag operator that drops consecutive duplicate values

callbag callbags

Last synced: 30 Jul 2024

https://github.com/leslieJt/callbag-first

Callbag operator that emit the first value emitted from source on completion, based on provided expression.

callbag first

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-drop-after

πŸ‘œ Callbag operator that drops all events after the first event for which predicate returns true.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-partition

πŸ‘œ Callbag operator that splits the source into two, based on predicate function.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-concat-with

πŸ‘œ Callbag operator that emits items given it as arguments after it finishes emitting items emitted by source.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-tap-up

πŸ‘œ Callbag operator which performs a side effect for every upwards emission (from sink to source), but other than that it acts as noop.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/MartyJiang/callbag-first

Callbag operator that emit the first value emitted from source on completion, based on provided expression.

callbag first

Last synced: 05 Sep 2024

https://github.com/Andarist/callbag-pairwise

πŸ‘œ Callbag operator that groups pairs of consecutive emissions together and emits them as an array of two values.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/derhuerst/callbag-keep-sequences

A callbag operator that passes through only sequences with minimum length.

callbag dedupe filter sequence streak

Last synced: 03 Oct 2024