ReactiveArray
Array observer
An implementation of an observable array class in Swift
An array class implemented in Swift that can be observed using ReactiveCocoa's Signals
53 stars
7 watching
12 forks
Language: Swift
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
capaj/mobx-observer | A utility to simplify integration of MobX observables with React-like components | 13 |
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 |
raiondesu/vuse-rx | A bridge between Vue 3 and RxJS, connecting reactive states with observables. | 59 |
serilog/serilog-sinks-observable | A package that enables logging events to be observed and processed as observable streams. | 23 |
hirezio/observer-spy | A library to simplify testing of RxJS Observables | 378 |
fxm90/lightweightobservable | An implementation of an observable sequence that can be subscribed to in a lightweight and convenient way | 135 |
dacap/observable | A C++ library providing a simple way to manage notifications and event handlers in concurrent applications. | 75 |
fastly/performance-observer-polyfill | A polyfill API to observe performance metrics in environments with limited browser support | 29 |
ksz-ksz/rxjs-insights | A toolset to help developers debug and visualize observables in their applications by tracking various events and relations. | 358 |
tutkli/ngx-breakpoint-observer | An Angular library providing reactive breakpoint observation based on signals. | 8 |
blendle/hanson | A lightweight library to observe and bind values in Swift | 518 |
ba-st/bell | A library providing observability capabilities such as logs and metrics. | 6 |
ryu0118/swiftui-simplex-architecture | A simple architecture library for SwiftUI that decouples state changes from views | 56 |
thanegill/rxoptional | RxOptional is a set of extensions to Swift's optionals and other 'Occupiable' types for working with observables. | 8 |