If someone doesn't know, Facebook open sourced a new library called componentkit
The documentation says
ComponentKit really shines when used with a UICollectionView.
Facebook developed this lib for their news feed. That means that they are using the UICollectionView for it and not what I thought the UITableView.
Why is Facebook using the UICollectionView instead of the UITableView?
I mean the news feed is actually a table view or not?
Do you have any idea? What do you think about it?