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: Composable SwiftUI Bindings: The Problem

Bindings are one of the core units of SwiftUI data flow and allow disparate parts of an application communicate with each other, but are built in such a way that strongly favors structs over enums. We will show that this prevents us from properly modeling our domains and causes unnecessary complexity in the process.