plangrid / ReactiveLists

React-like API for UITableView & UICollectionView
https://plangrid.github.io/ReactiveLists
MIT License
251 stars 15 forks source link

[Swift 5.1] Adopt std lib diffing? #155

Open jessesquires opened 5 years ago

jessesquires commented 5 years ago

Ordered Collection Diffing: https://github.com/apple/swift-evolution/blob/master/proposals/0240-ordered-collection-diffing.md

This should land in Swift 5.1. Can we use this instead of a third-party dependency?

anayini commented 5 years ago

Woah

anayini commented 5 years ago

If we decided to do this I would be down to try implementing :)