Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 527 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 527 Bytes

ComposableComposition Package Header

ComposableComposition is a Swift package 📦 that extends the fantastic Swift Composable Architecture (TCA) to provide additional capabilities for composing and handling state and actions. It introduces the concepts of child and parent states and actions, allowing for more granular control over state mutations and action handling, without having to duplicate (and sync) parent state to child features.