This directory contains code from Point-Free Episode: Observable Architecture: Observing Optionals
The Composable Architecture can now observe struct state, but it requires a lot of boilerplate. Let’s fix this by leveraging the
@Observable
macro from the Swift open source repository. And let’s explore what it means to observe optional state and eliminate the library’sIfLetStore
view for a simpleif let
statement.
0261-observable-architecture-pt3
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||