Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 486 Bytes

File metadata and controls

5 lines (4 loc) · 486 Bytes

This directory contains code from Point-Free Episode: Concise Forms: Bye Bye Boilerplate

The Composable Architecture makes it easy to layer complexity onto a form, but it just can’t match the brevity of vanilla SwiftUI…or can it!? We will overcome a Swift language limitation using key paths and type erasure to finally say “bye!” to boilerplate.