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
scopeoperator. We’ll then explore a few examples ofscopein the wild.