/GithubAPIClient

A SwiftUI app created to demonstrate The Composable Architecture (TCA) in SwiftPragma Conference 2023 by Muralidharan Kathiresan

Primary LanguageSwiftMIT LicenseMIT

GithubAPIClient

A sample Github API Client SwiftUI app created to demonstrate The Composable Architecture (TCA)

  • Supports iOS 16.0+
  • Uses TCA 1.9.1

Oct-02-2023 12-33-55

This project has 3 main frameworks

image

Core

Where all the API Models and Extensions are created

VanillaSwiftUI

The classes used to create the app in the Pure SwiftUI way

TCASwiftUI

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

image