Skip to content

Files

Latest commit

Sep 21, 2020
ca28cd3 · Sep 21, 2020

History

History

0117-redacted-swiftui-pt3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 21, 2020
Sep 16, 2020

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.