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: Derived Behavior: The Point

We typically rewrite vanilla SwiftUI applications into Composable Architecture applications, but this week we do the opposite! We will explore “deriving behavior” by taking an existing TCA app and rewriting it using only the SwiftUI tools Apple gives us.