Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 554 Bytes

File metadata and controls

5 lines (4 loc) · 554 Bytes

This directory contains code from Point-Free Episode: Observable Architecture: Observing Collections

We can now observe struct, optional, and enum state in the Composable Architecture, but what about collections? Let’s explore what it takes to get rid of the ForEachStore wrapper view for a vanilla ForEach view instead, while still observing updates to collection state in the most minimal way possible.