Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 454 Bytes

File metadata and controls

5 lines (4 loc) · 454 Bytes

This directory contains code from Point-Free Episode: SwiftUI Focus State

Let’s explore another API just announced at WWDC: @FocusState. We’ll take a simple example and layer on some complexity, including side effects and testability, and we’ll see that the solution we land on works just as well in the Composable Architecture!