Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 486 Bytes

File metadata and controls

5 lines (4 loc) · 486 Bytes

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

Let’s rebuild last week’s moderately complex SwiftUI app in the Composable Architecture to explore its built-in solution for breaking larger domains down into smaller ones using the scope operator. We’ll then explore a few examples of scope in the wild.