Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-16T17:11:33.000Z (8 months ago)
- Last Synced: 2024-03-17T18:55:44.987Z (8 months 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/).