Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 479 Bytes

File metadata and controls

5 lines (4 loc) · 479 Bytes

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

For simple forms, vanilla SwiftUI does a really good job: you can quickly build a form with many components in minimal code and boilerplate. But as a form becomes more complex, SwiftUI stops being so helpful. Let’s explore the problems that emerge and how we can work around them.