RxDataSources
Data source helper
A set of data source libraries for table views and collection views that simplify data binding and animation management using RxSwift
UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)
3k stars
67 watching
495 forks
Language: Swift
last commit: 4 months ago
Linked from 1 awesome list
animationbindingcollectionviewdatasourcediffrxswiftsectionstableviewunidirectional
Related projects:
Repository | Description | Stars |
---|---|---|
rxswiftcommunity/rxasdatasources | A Rx-based data source library for AsyncDisplayKit and Texture | 119 |
rxswiftcommunity/rxrealmdatasources | A library that enables easy data source creation for RxRealm in iOS and macOS apps | 161 |
soysaucelab/collectionkit | A modern framework for building composable data-driven collection views | 4,403 |
kelvinjin/animatedcollectionviewlayout | A UICollectionViewLayout subclass with customizable animations and transitions | 4,750 |
ra1028/differencekit | A framework for efficiently calculating differences between collections of data in Swift | 3,567 |
sergdort/cleanarchitecturerxswift | An example of Clean Architecture with RxSwift applied to an iOS app, demonstrating the separation of concerns between domain logic, platform implementation, and application UI. | 3,911 |
devxoul/rxviewcontroller | An RxSwift wrapper for managing view controller lifecycle events | 347 |
rxswiftcommunity/rxoptional | Extensions for handling null and empty values in Swift observables | 700 |
fluidgroup/datasources | A data-driven UI framework that enables efficient partial updates of CollectionView and TableView instances. | 570 |
rxswiftcommunity/rxstate | A state container and implementation of Redux using RxSwift, designed to facilitate unidirectional data flow architecture for managing app state. | 154 |
mergesort/tableflip | A simpler way to animate UITableViews in iOS applications. | 561 |
rxswiftcommunity/rxalert | A tool to implement UIAlertController with RxSwift | 50 |
reswift/reswift | A framework for managing app state in a unidirectional data flow architecture inspired by Redux. | 7,551 |
aimalygin/stablecollectionviewlayout | A collection view layout that adjusts its content offset after updates | 66 |
genericdatasource/genericdatasource | Reusable components for implementing data sources in UITableView/UICollectionView with Swift. | 133 |