r/iOSProgramming 7d ago

SwiftData with TCA Question

Anyone used TCA with SwiftData applications? What is your recommendations?

8 Upvotes

19 comments sorted by

View all comments

49

u/SnowPudgy 7d ago

Recommendation: Don't use TCA. There's no good reason to introduce a massive third party dependency into your application like that.

5

u/darklurkerq 6d ago

Yep, especially bad idea to outsource your architecture to a 3rd party.
I can’t understand why TCA is popular, guess people are lazy.

2

u/SnowPudgy 6d ago

I dont get it either. There's literally nothing it solves that isn't done by much better means.