LightweightObservable
Observable
An implementation of an observable sequence that can be subscribed to in a lightweight and convenient way
📬 A lightweight implementation of an observable sequence that you can subscribe to.
135 stars
2 watching
9 forks
Language: Swift
last commit: about 2 years ago
Linked from 2 awesome lists
cocoapodsiosmvvmobservableobserverreactive-programmingrxswift
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
timhall/svelte-observable | A library that simplifies working with observables in Svelte components by providing a unified API for reactive stores. | 62 |
igorbuchelnikov/observablecomputations.samples | Demonstrates the usage and features of ObservableComputations with examples for learning and comparison with DynamicData. | 1 |
igorbuchelnikov/observablecomputations | A .NET library for computations on objects with INotifyPropertyChanged and INotifyCollectionChanged interfaces | 110 |
badisi/ngx-safe-subscribe | An Angular library that simplifies the process of managing subscriptions to observables in component lifecycle methods | 3 |
localforage/localforage-observable | A library that provides observables to interact with the localForage data storage system | 87 |
dacap/observable | A C++ library providing a simple way to manage notifications and event handlers in concurrent applications. | 75 |
blendle/hanson | A lightweight library to observe and bind values in Swift | 518 |
roberthein/observable | A library that enables reactive programming in Swift by providing a simple and efficient way to observe values and manage side effects. | 373 |
thanegill/rxoptional | RxOptional is a set of extensions to Swift's optionals and other 'Occupiable' types for working with observables. | 8 |
ba-st/bell | A library providing observability capabilities such as logs and metrics. | 6 |
rxswiftcommunity/rxoptional | Extensions for handling null and empty values in Swift observables | 700 |
tpei/observable | A simple implementation of the Observer pattern in Crystal | 9 |
jamesfoster/knockout.observabledictionary | An implementation of an observable dictionary in KnockoutJS | 88 |
d6u/redux-observable-middleware | Middleware for subscribing to observables in Redux action creators. | 57 |