The Composable Architecture (以下 TCA) は、Swift UIを使ったアプリを作る上で知っておきたいアーキテクチャのひとつだったので、休暇を利用して入門してみました。そのときの、自分がつまったところを記録します。 ドキュメントを読む まずは、ライブラリのドキュメントを読みます。 GitHub - pointfreeco/swift-composable-architecture: A library for building applications in a consistent and understandable way, with composition…