【SwiftUI】TCAの公式チュートリアルを試してみた - Qiita

はじめにTCAとはTheComposableArchitectureの略です。一言でいうと状態管理とビジネスロジックをモジュール化して簡潔にするアーキテクチャ用のライブラリです。話には聞いていた…

Qiita
🚀 Excited to share insights on testing in SwiftUI! In my latest blog post, I dive into the power of The Composable Architecture (TCA) and its game-changing impact on testing workflows. Read the full post here: [https://dev.to/orenidan/testable-apps-why-you-should-consider-the-composable-architecture-2oi4] #Swift #SwiftUI #Testing #TheComposableArchitecture
Testable Apps: Why You Should Consider The Composable Architecture

Recently, I've been seeing some discussion around whether integrating TCA into our app is necessary....

DEV Community
New blog post, about triggering effects from state changes instead of actions in TCA: https://blog.sculptedapps.com/posts/effects_tca/
#ios #swift #tca #theComposableArchitecture #pointfree #architecture #development #effects
A different way to run effects in TCA

Effects in TCA are run in response to an action. What would happen if we derive them from the state instead?

SculptedApps
【TCA】Task.yieldを使ってCPU負荷の高い処理を効率的に実行する - Qiita

はじめにTCAのPerformanceに関するドキュメント内で、Task.yield()というAPIを使用したCPU負荷対策の例が挙げられていました。今までTask.yield()を使ったことが…

Qiita
【TCA】Storeの数が多くなるほどアクション送信のパフォーマンスが劣化していく - Qiita

はじめにTCA公式サンプルのTodosでは、リストの各アイテムに対してStoreを持たせる構造になっています。TODOリストのようなアプリでは、ルートReducerで全てのアクションを受けるより…

Qiita
Just sharing a #TheComposableArchitecture open-source library I've started: https://github.com/otondin/tca-feature-selection
GitHub - otondin/tca-feature-selection: A Single Item and Multi items Selection Feature written using The Composable Architecture

A Single Item and Multi items Selection Feature written using The Composable Architecture - GitHub - otondin/tca-feature-selection: A Single Item and Multi items Selection Feature written using The...

GitHub
Would it be too controversial to say #TheComposableArchitecture does not feel idiomatic to me? (At least with #SwiftUI…) I see what they’re trying to do, and the new back-porting stuff is amazing, but I hate reading the code written using it. #swift
[TCA] TaskResult<Void>がEquatableに準拠できない問題の解決と公式の見解 - Qiita

現在のTCAではTaskResultのGenericパラメータであるSuccessがVoidの場合にEquatableに準拠することができません。それはVoidがEquatableではないためです。…

Qiita

Having now spent more time watching the foundational videos about #TheComposableArchitecture, I feel like they addressed some of my initial distastes about it. And, using it definitely unlocks certain kinds of functionality you’d never get with vanilla SwiftUI/MVVM.

But, what’s the cost? Who has a hot take against #TCA? I want to hear it. #iosdev #swiftui

I'm building my app, @approach, in the open with #SwiftUI and #TheComposableArchitecture. It’s a bit light on documentation and screenshots right now, but as I near a TestFlight release in the coming weeks, I’ll get that updated! Feel free to follow, take inspiration, and chat with me about #TCA

https://github.com/autoreleasefool/approach

GitHub - autoreleasefool/approach: An iOS and Android app to track 5-pin bowling statistics

An iOS and Android app to track 5-pin bowling statistics - GitHub - autoreleasefool/approach: An iOS and Android app to track 5-pin bowling statistics

GitHub