unbtbl / ComposableComposition

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Swift 100.0%