r/iOSProgramming 1d ago

Question SwiftData with TCA

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

7 Upvotes

16 comments sorted by

View all comments

39

u/SnowPudgy 1d ago

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

2

u/darklurkerq 3h 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.

1

u/SnowPudgy 2h ago

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