https://github.com/atereshkov/grokking-tca
My personal endeavor to familiarize with The Composable Architecture and grasp a couple of basic examples.
https://github.com/atereshkov/grokking-tca
swift swiftui tca the-composable-architecture
Last synced: about 1 month ago
JSON representation
My personal endeavor to familiarize with The Composable Architecture and grasp a couple of basic examples.
- Host: GitHub
- URL: https://github.com/atereshkov/grokking-tca
- Owner: atereshkov
- License: mit
- Created: 2024-03-03T08:38:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T17:11:33.000Z (about 2 years ago)
- Last Synced: 2025-03-24T15:13:01.425Z (about 1 year ago)
- Topics: swift, swiftui, tca, the-composable-architecture
- Language: Swift
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grokking-tca
This repository is my personal endeavor to familiarize myself with The Composable Architecture and grasp a couple of basic examples. It is a library designed for building scalable applications with a focus on composition, testing, and ergonomics. The library can be utilized in SwiftUI, UIKit, and more, spanning across any Apple platform.
The project comprises two chapters based on the official TCA tutorials, which can be found [here](https://pointfreeco.github.io/swift-composable-architecture/main/tutorials/meetcomposablearchitecture/).