Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 499 Bytes

File metadata and controls

5 lines (4 loc) · 499 Bytes

This directory contains code from Point-Free Episode: Safer, Conciser Forms: Part 2

We just made the Composable Architecture’s concise binding helpers safer, but can we make them even more concise? We’ll start with a suggestion that came from the community and employ even more Swift tricks, like dynamic member lookup, to get things even conciser than vanilla SwiftUI.