RxViewModel
Reactive view model
A reactive view model implementation using RxSwift for clean separation of business logic and UI.
ReactiveViewModel-esque using RxSwift
401 stars
27 watching
42 forks
Language: Swift
last commit: almost 2 years ago
Linked from 1 awesome list
mvvmrxcocoarxswiftswiftswift-3swift-4viewmodel
Related projects:
Repository | Description | Stars |
---|---|---|
navdeepsinghh/rxswift_mvvm_finished | A complete MVVM (Model-View-ViewModel) implementation using RxSwift for building reactive user interfaces | 26 |
rxswiftcommunity/rxwebkit | A framework for interacting with web content using reactive programming principles in Swift | 252 |
rxswiftcommunity/rxrealm | A set of RxSwift extensions that enable reactive programming with Realm Swift's types | 1,158 |
rxswiftcommunity/action | An RxSwift library that abstracts actions with work factories, managing execution and enabling conditions. | 875 |
rxswiftcommunity/rxswiftext | A collection of additional operators and extensions to RxSwift for handling sequences and enhancing existing objects with reactive abilities. | 1,330 |
rxswiftcommunity/rxmarbles | An iOS app that provides interactive diagrams for learning ReactiveX and Rx Observables | 480 |
rxswiftcommunity/rxbibinding | Reactive two-way data binding system using Swift | 126 |
rxswiftcommunity/rxflow | An iOS navigation framework that promotes reactive programming and declarative navigation design | 1,879 |
rxswiftcommunity/rxmkmapview | A reactive wrapper for MapKit's delegate, providing observable interactions with map annotations and loading events. | 120 |
rxswiftcommunity/rxswiftutilities | Helpful classes and extensions for managing asynchronous operations and UI interactions in a Swift application | 189 |
rxswiftcommunity/rxsegue | A Reactive generic segue implementation for Swift using RxSwift | 80 |
rxswiftcommunity/rxgrdb | Extensions for working with databases in Swift applications using reactive programming principles | 219 |
rxswiftcommunity/rxfilemonitor | Reactive wrapper around CoreFoundation file events for Swift development | 60 |
rxswiftcommunity/rxgesture | A reactive wrapper for view gestures on iOS and macOS, allowing developers to easily add gesture recognition to their views. | 1,388 |
rxswiftcommunity/rxtheme | Provides a theme management system based on Rx, allowing developers to easily switch between different themes and manage their UI's appearance. | 382 |