This directory contains code from Point-Free Episode: Combine Schedulers: Erasing Time
Let’s look at one of the core units of SwiftUI data flow: the binding. Bindings allow disparate parts of an application communicate with each other, but they are rooted in the idea of structs and “product” types. We will show this prevents us from properly modeling our domains, which causes unnecessary complexity.