Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/).