▲ | mbw234 3 days ago | ||||||||||||||||||||||||||||||||||||||||||||||
I'm half of Point-Free and can answer your questions. The fact that our library deploys back to iOS 13 is just our way of showing we care deeply about back deploying these tools so that anyone can use them. Certainly no one is deploying iOS 13 apps these days, but people definitely are deploying iOS 16 apps (and may be for another year or two), which has no access to SwiftData. And investing time into learning a third party library is just the name of the game when one feels that the tools Apple provides do not suit their needs. Luckily our library mimics many of the patterns that one is used to with SwiftUI and SwiftData, but has the benefits of being based on SQLite, is open source, and not a proprietary technology. And I'm not sure what wheel we are reinventing here. We feel most of our libraries are specifically filling holes that Apple has left open. We also don't do a ton of paid support with companies, but we certainly do answer dozens of questions on Slack, Twitter, GitHub discussion, etc, every day. All for free. | |||||||||||||||||||||||||||||||||||||||||||||||
▲ | daveidol 3 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||||||||||||||
I just want to say thank you for the great work you guys do! I honestly have no idea why people feel the need to tear you guys down. Using TCA has been a great tool for me in my toolbox and it’s very clear how much time and effort goes into making these libraries, documentation, videos, online support, etc. | |||||||||||||||||||||||||||||||||||||||||||||||
▲ | rTX5CMRXIfFG 3 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||||||||||||||
This library is basically Swift/Core Data, just portable farther back in time. It’s not hard to point out where the reinventing the wheel is. > learning a third party library is just the name of the game when one feels that the tools Apple provides do not suit their needs Or you can just wait a couple more platform updates instead of always being on the bleeding edge. Apple’s frameworks might not be perfect, but they’re quite exhaustive, and libraries that aim to fill in those gaps are offering diminishing marginal returns that would be unnecessary in 1-2 WWDCs. I’m sure there are apps small enough to plan for short time horizons, but for companies who plan for their apps to run for half a decade or more, this is the sort of library that you’ll soon mark as tech debt and then refactor for removal when its approaches eventually make it to Apple’s own SDKs. The historical precedent is there. > open source, and not a proprietary technology Yea those are great virtues elsewhere but they stop becoming priorities the moment you pay for the license to develop for a walled garden and agree to its T&Cs | |||||||||||||||||||||||||||||||||||||||||||||||
|