Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 485 Bytes

File metadata and controls

5 lines (4 loc) · 485 Bytes

This directory contains code from Point-Free Episode: SwiftUI Animation: Composable Architecture

The Composable Architecture mostly “just works” with SwiftUI animations out of the box, except for one key situation: animations driven by asynchronous effects. To fix this we are led to a really surprising transformation of Combine schedulers.