Observable-Swift
Value observer library
A Swift library for value observing and events with a focus on explicit usage of closures, generics, and property observers.
KVO for Swift - Value Observing and Events
1k stars
33 watching
112 forks
Language: Swift
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
blendle/hanson | A lightweight library to observe and bind values in Swift | 518 |
fxm90/lightweightobservable | An implementation of an observable sequence that can be subscribed to in a lightweight and convenient way | 135 |
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 |
ksz-ksz/rxjs-insights | A toolset to help developers debug and visualize observables in their applications by tracking various events and relations. | 358 |
timhall/svelte-observable | A library that simplifies working with observables in Svelte components by providing a unified API for reactive stores. | 62 |
ba-st/bell | A library providing observability capabilities such as logs and metrics. | 6 |
dacap/observable | A C++ library providing a simple way to manage notifications and event handlers in concurrent applications. | 75 |
swiftvalidatorcommunity/swiftvalidator | A rule-based validation library for Swift | 1,439 |
rxswiftcommunity/rxoptional | Extensions for handling null and empty values in Swift observables | 700 |
localforage/localforage-observable | A library that provides observables to interact with the localForage data storage system | 87 |
wolox/reactivearray | An implementation of an observable array class in Swift | 53 |
serilog/serilog-sinks-observable | A package that enables logging events to be observed and processed as observable streams. | 23 |
thanegill/rxoptional | RxOptional is a set of extensions to Swift's optionals and other 'Occupiable' types for working with observables. | 8 |
shagglund/observable-store | A Flux-like store and subscriber components based on RxJS observables | 0 |
hirezio/observer-spy | A library to simplify testing of RxJS Observables | 378 |