Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 521 Bytes

File metadata and controls

5 lines (4 loc) · 521 Bytes

This directory contains code from Point-Free Episode: Derived Behavior: The Problem

The ability to break down applications into small domains that are understandable in isolation is a universal problem, and yet there is no default story for doing so in SwiftUI. We explore the problem space and a possible solution in vanilla SwiftUI before turning our attention to the Composable Architecture.