Eric Czarny
Eric Czarny
Support for memoization is a bit dubious at the moment. If it is something that should continue to be supported documentation must be added. There may also be opportunities to...
`CKComponentDataSource` and `CKCollectionViewDataSource` have been replaced with `CKTransactionalComponentDataSource` and `CKCollectionViewTransactionalDataSource`, respectively. The collection views ComponentKit documentation needs to be updated, including any diagrams, to reflect this change. Most important is...
Appearance/disappearance events can be inconsistent and unreliable, likely due to the fact they are typically driven by the underlying `UICollectionView`. We should investigate better alternatives that satisfy the following properties:...