noppe.dev
noppe.dev
/
📑
Articles
/
TCAのファイル配置とか
TCAのファイル配置とか
2021/3/16
16:19
2021/3/20
16:28
pointfreeco/swift-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).
https://github.com/pointfreeco/swift-composable-architecture
趣味でTCA使ってSwiftUIのアプリを書いてる。
View, State, Action, reducerはこんな感じでネームスペース下に入れている。そんなに膨れるものでもないし、同じファイルで良いかって感じ。
使うときは
みたいな感じで呼ぶ。
Xcodeのテンプレートも作った
noppefoxwolf/TCA.xctemplate
Contribute to noppefoxwolf/TCA.xctemplate development by creating an account on GitHub.
https://github.com/noppefoxwolf/TCA.xctemplate
Xでポスト