State Management

Section • 3 episodes • 1 hr 18 min

We take a look at the tools SwiftUI provides to determine what architectural problems Apple attempts to solve, and which problems Apple leaves for us to solve ourselves.

Related content

These three episodes serve as the introduction to our much longer series on the Composable Architecture, in which we systematically aim to solve the problems we outline here.

Composable Architecture
55 hr 35 min

Where to go from here

After taking a high-level view of the tools SwiftUI provides for building applications, let’s take a low-level view of one of its fundamental units: the Binding type. Bindings are crucial for providing communication between your data model and your views, and even come with some composable, transformable operations! We’ll examine this tool with a bit more scrutiny to identify where it falls short and how we can improve it.