Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 549 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 549 Bytes

ReactiveCollections

This project is the staging ground of collection operators and collection view bindings for ReactiveSwift and ReactiveCocoa.

Diffing

The collection differ is now offered separately as FlexibleDiff.

Goals

  1. Defining a collection changeset and snapshot format.
  2. Collection diffing operators (flat & sectioned).
  3. Convenience for applying a snapshot to collection views.
  4. Complete collection view binding solutions.
  5. Reactive collection types.