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 callbags

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

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/loreanvictor/callbag-jsx

callbags + JSX: fast and tiny interactive web apps

callbags dom frontend jsx ui

Last synced: 03 Aug 2024

https://github.com/aaronshaf/react-callbag-subject

Asynchronous pipelines in React using callbags

callbags

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-animation-frames

Callbag listenable source sending DOMHighResTimeStamp at display refresh rate

callbags raf requestionanimationframe

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/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-of

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

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-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/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-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-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-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-never

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

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-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/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-buffer

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

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-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-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-distinct-until-changed

πŸ‘œ Callbag operator that drops consecutive duplicate values

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/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/Andarist/callbag-pluck

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

callbag callbags

Last synced: 30 Jul 2024