The goal is to remove all boilerplate with FRC.
The FetchedResultsCoordinator will:
- create and own the
NSFetchedResultsController
- be the controller's delegate, implement
NSFetchedResultsControllerDelegate
- be the dataSource via DiffableDataSource APIs
- UICollectionView only
Todo
Notes & docs: