Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

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鈥檒l start by using a property wrapper to make things much safer than before.