Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 518 Bytes

File metadata and controls

5 lines (4 loc) · 518 Bytes

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

Previously we explored how SwiftUI makes building forms a snap, and we contrasted it with the boilerplate introduced by the Composable Architecture. We employed a number of advanced tools to close the gap, but we can do better! We’ll start by using a property wrapper to make things much safer than before.