observable-store
RxJS store library
A Flux-like store and subscriber components based on RxJS observables
A Flux-like store and subscriber components based on RxJS observables
0 stars
2 watching
0 forks
Language: JavaScript
last commit: over 9 years ago Related projects:
Repository | Description | Stars |
---|---|---|
timhall/svelte-observable | A library that simplifies working with observables in Svelte components by providing a unified API for reactive stores. | 62 |
sindresorhus/any-observable | Supports any Observable library and provides polyfills | 70 |
d6u/redux-observable-middleware | Middleware for subscribing to observables in Redux action creators. | 57 |
jimrhoskins/knockout.localstorage | A plugin for knockout.js that allows observable values to be stored in local storage. | 67 |
sindresorhus/is-observable | Tool to check if a value is an Observable | 39 |
badisi/ngx-safe-subscribe | An Angular library that simplifies the process of managing subscriptions to observables in component lifecycle methods | 3 |
ngxp/store-service | An abstraction layer between Angular components and the @ngrx store | 25 |
sindresorhus/observable-to-promise | Converts an Observable to a Promise for asynchronous data handling | 47 |
thanegill/rxoptional | RxOptional is a set of extensions to Swift's optionals and other 'Occupiable' types for working with observables. | 8 |
pixievoltno1/svelte-writable-derived | A utility library providing two-way data-transforming stores for Svelte applications | 89 |
samverschueren/obsify | Observableify callback-style functions to enable reactive programming using observable values and subscription handlers. | 41 |
slazyk/observable-swift | A Swift library for value observing and events with a focus on explicit usage of closures, generics, and property observers. | 1,235 |
sveltetools/svelte-asyncable | An async store for SvelteJS with lazy initialization and optimistic UI updates. | 169 |
replikativ/konserve | A protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead | 301 |
zenparsing/zen-observable | An implementation of Observables in JavaScript to handle asynchronous data streams and subscriptions. | 884 |