/ComposableComposition

Helpers to share parent state with child features when using Composable Architecture

Primary LanguageSwift

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.