Skip to content

Latest commit

 

History

History
 
 

0107-composable-bindings-pt1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.