The Composable Architecture
The Composable Architecture (TCA, for short) is a library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind. It can be used in SwiftUI, UIKit, and more, and on any Apple platform (iOS, macOS, tvOS, and watchOS).
The Composable Architecture(TCA)는 일관되고 이해할 수 있는 방식으로 어플리케이션을 만들기 위해 탄생한 라이브러리입니다. 합성(Composition), 테스팅(Testing) 그리고 인체 공학(Ergonomics)을 염두에 둔 TCA는 SwiftUI, UIKit을 지원하며 모든 애플 플랫폼(iOS, macOS, tvOS, watchOS)에서 사용 가능합니다.
참고 링크
- TCA README in Korean Github의 TCA README 내용을 번역한 글
- Composable Architecture Point-Free 의 Composable Architecture 강의
- Riiid의 Swift Composable Architecture 뤼이드에서 사용중인 TCA (여기선 SCA 라고도 표현)
- GitHub - lm2s/Texther: Tuist + SwiftUI + TCA example application Tuist + SwiftUI + TCA 적용 프로젝트