Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by staltz

A curated list of projects in awesome lists by staltz .

https://github.com/staltz/rxmarbles

Interactive diagrams of Rx Observables

Last synced: 31 Jul 2024

https://github.com/staltz/xstream

An extremely intuitive, small, and fast functional reactive stream library for JavaScript

cyclejs javascript reactive-programming stream typescript

Last synced: 31 Jul 2024

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

👜 Tiny and fast reactive/iterable programming library

callbacks callbag iterables observables reactive

Last synced: 30 Jul 2024

https://github.com/staltz/flux-challenge

A frontend challenge to test UI architectures and solutions

Last synced: 30 Jul 2024

https://github.com/staltz/react-native-node

Run a separate Node.js process behind a React Native app

Last synced: 04 Aug 2024

https://github.com/staltz/manyverse

A social network off the grid (real repo at https://gitlab.com/staltz/manyverse)

cyclejs manyverse p2p peer-to-peer scuttlebutt ssb ssbc

Last synced: 30 Jul 2024

https://github.com/staltz/use-profunctor-state

React Hook for state management with profunctor lenses

lenses profunctors react react-hooks

Last synced: 31 Jul 2024

https://github.com/staltz/comver

MIGRATED TO https://gitlab.com/staltz/comver

Last synced: 30 Jul 2024

https://github.com/staltz/toy-rx

A tiny implementation of RxJS that actually works, for learning

observables reactive reactive-programming rx rxjs rxjs5

Last synced: 02 Aug 2024

https://github.com/staltz/dat-installer

Download, install, and update Android apps through Dat

Last synced: 01 Aug 2024

https://github.com/staltz/zii

Chain function calls using a prototype function z

Last synced: 31 Jul 2024

https://github.com/staltz/html-looks-like

Assert that an HTML string looks approximately the same as another HTML

Last synced: 02 Aug 2024

https://github.com/staltz/hyperpunk

A cyberpunk theme for HyperTerm

Last synced: 31 Jul 2024

https://github.com/staltz/zig-nodejs-example

Node.js Native Module written in Zig

Last synced: 03 Aug 2024

https://github.com/staltz/ssb-room

A server to find and connect to other SSB peers – a meeting place. AGPL-3.0

ssb ssbroom

Last synced: 31 Jul 2024

https://github.com/staltz/gun-asyncstorage

Use Gun.js in React Native through AsyncStorage

Last synced: 03 Aug 2024

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

👜 A callbag listener sink which is also a listenable source

Last synced: 30 Jul 2024

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

👜 Callbag operator that broadcasts a single source to multiple sinks

Last synced: 30 Jul 2024

https://github.com/staltz/clarify-error

Add some additional context to a JavaScript error

Last synced: 04 Aug 2024

https://github.com/staltz/callbag-pseudo-rxjs

👜 Proof of concept that implements a subset of RxJS using callbags

Last synced: 30 Jul 2024

https://github.com/staltz/react-native-android-packagemanager

Call some PackageManager APIs from React Native

Last synced: 03 Aug 2024

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

👜 Utility function for plugging callbags together in chain

Last synced: 30 Jul 2024

https://github.com/staltz/callbag-to-awaitable

👜 Use async-await to consume a pullable callbag source

Last synced: 30 Jul 2024

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

👜 A callbag listenable source that sends incremental numbers every x milliseconds.

Last synced: 30 Jul 2024

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

👜 Callbag listener sink that receives data from any listenable source

Last synced: 30 Jul 2024

https://github.com/staltz/callbag-for-each

👜 Callbag sink that consume both pullable and listenable sources

Last synced: 30 Jul 2024

https://github.com/staltz/callbag-from-iter

👜 Convert an iterable or iterator to a callbag pullable source

Last synced: 30 Jul 2024

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

👜 Callbag factory that merges data from multiple callbag sources

Last synced: 30 Jul 2024

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

👜 Callbag factory that concatenates data from multiple callbag sources

Last synced: 30 Jul 2024

https://github.com/staltz/callbag-to-async-iterable

👜 Convert any pullable callbag source to an AsyncIterable

Last synced: 30 Jul 2024

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

👜 Callbag operator that applies a transformation on data passing through it

Last synced: 30 Jul 2024

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

👜 Callbag operator that limits the total amount of data sent through

Last synced: 30 Jul 2024

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

👜 Callbag operator that flattens a higher-order callbag source

Last synced: 30 Jul 2024

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

👜 Callbag factory that combines data from multiple callbag sources

Last synced: 30 Jul 2024

https://github.com/staltz/callbag-from-event

👜 Create a Callbag listenable source from events on a DOM node

Last synced: 30 Jul 2024

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

👜 Callbag operator that combines consecutive values from the same source

Last synced: 30 Jul 2024

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

👜 Callbag operator that conditionally lets data pass through

Last synced: 30 Jul 2024

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

👜 Callbag puller sink that iterates over a pullable source

Last synced: 30 Jul 2024

https://github.com/staltz/callbag-to-iterable

👜 Convert a synchronous pullable callbag source to an Iterable

Last synced: 30 Jul 2024

https://github.com/staltz/callbag-from-promise

👜 Convert a Promise to a callbag listenable source

Last synced: 30 Jul 2024

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

👜 Callbag operator that samples a pullable when a listenable emits

Last synced: 30 Jul 2024

https://github.com/staltz/callbag-to-rxjs

👜 Convert a listenable callbag source to an RxJS Observable

Last synced: 30 Jul 2024

https://github.com/staltz/callbag-pausable-interval

👜 Like callbag-interval, but can be paused and resumed upon pulling

Last synced: 30 Jul 2024

https://github.com/staltz/callbag-from-pull-stream

👜 Convert a pull-stream to a pullable callbag source

Last synced: 30 Jul 2024

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

👜 Callbag operator that skips the first N data points of a source

Last synced: 30 Jul 2024

https://github.com/staltz/callbag-from-obs

👜 Convert an observable to a callbag listenable source

Last synced: 30 Jul 2024

https://github.com/staltz/callbag-to-pull-stream

👜 Convert a pullable callbag source to a pull-stream source

Last synced: 30 Jul 2024