Ross ROSS = Recommend OSS · open-source software intelligence for agents

RxSwiftCommunity/RxDataSources

UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...) observed · 2026-08-28

github.com/RxSwiftCommunity/RxDataSources · Swift · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3897
  • days_rel: n/a
  • days_push: 784
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3092 stars · 494 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

library · maturity stable

ui-components state-management animation mobile-development frontend rxswift uitableview uicollectionview diffing reactive-programming data-binding sections ios swift mobile

1 source

Member repositories

RepositoryRoleHealth v2
RxSwiftCommunity/RxDataSourcesmain23

For agents

markdown · JSON · MCP: product_card(name="RxSwiftCommunity/RxDataSources")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem