Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 465 Bytes

File metadata and controls

5 lines (4 loc) · 465 Bytes

This directory contains code from Point-Free Episode: Redacted SwiftUI: The Composable Architecture

We’ve seen how cool redacted SwiftUI views are, but we’ve also seen some of their pitfalls: while it’s easy to redact UI, it’s not so easy to redact logic, that is unless you’re using the Composable Architecture!