# RxSwiftCommunity/RxDataSources

UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)

Repository: https://github.com/RxSwiftCommunity/RxDataSources
Canonical: https://ross.abutalabs.com/products/rxdatasources
Language: Swift
License: MIT
License Family: permissive
Topics: rxswift, datasource, tableview, collectionview, unidirectional, binding, animation, diff, sections
Last push: 2024-07-10T15:57:11+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3897, "days_push": 784, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3092, forks 494 (observed 2026-08-28T04:07:42.370619+00:00)

## What it is
RxDataSources is a Swift library providing reactive UITableView and UICollectionView data sources for RxSwift, with support for sectioned data, animated diff-based updates, and editing. It uses an O(N) diffing algorithm to compute minimal changesets for two-level hierarchical animations.

## Use cases
- bind observable data to a UITableView with RxSwift
- animate table view updates when items are inserted, deleted, or moved
- manage multi-section table or collection view data sources reactively
- diff two lists of items and apply minimal UI updates
- support row editing in a reactive table view

## When to choose
- you use RxSwift and need sectioned, animated table or collection view data binding
- you want automatic diffing with minimal batch updates instead of full reloads
- you need editing and two-level section/item animations out of the box

## When to avoid
- your project does not use RxSwift or reactive programming
- you use SwiftUI or Combine instead of UIKit with RxSwift
- your data contains duplicate items that break the uniqueness assumption for diffing

## Facets
- artifact type: library
- maturity: stable
- function: ui-components, state-management, animation
- domain: mobile-development, frontend
- platform: -
- tags: rxswift, uitableview, uicollectionview, diffing, reactive-programming, data-binding, sections, ios, swift, mobile

## Member repositories
- RxSwiftCommunity/RxDataSources (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:42.370619+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:27:20.065756+00:00, confidence not recorded.
  - readme: https://github.com/RxSwiftCommunity/RxDataSources (fetched 2026-08-28T04:07:42.370619+00:00, sha cd74397ca203)
- Data as of 2026-08-30T08:39:29.467469+00:00.
