Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 504 Bytes

File metadata and controls

5 lines (4 loc) · 504 Bytes

This directory contains code from Point-Free Episode: The Point of Redacted SwiftUI: Part 1

Not only can we easily redact the logic from a view using the Composable Architecture, but we can also insert new logic into our views without making any changes to the core logic of the view. To demonstrate this we will build an onboarding flow for a more complex application.