A sample Github API Client SwiftUI app created to demonstrate The Composable Architecture (TCA)
- Supports iOS 16.0+
- Uses TCA 1.9.1
This project has 3 main frameworks
Where all the API Models and Extensions are created
The classes used to create the app in the Pure SwiftUI way
The classes used to create the app in the TCA SwiftUI way
If you compare the classes from both targets you can also understand how similar is TCASwiftUI to pure VanillaSwiftUI way of building apps