Description
I'm moving my app to using SwiftData to store the data a user needs on device so that the user spends less time waiting for Supabase queries to return. I'm not an expert, but I suspect it may be more inline with the way Apple wants developers to use SwiftUI and if I've learned anything it is that the more you align with what Apple is trying to get you to do the less pain.
I saw this discussion, but it didn't go very far.
So, assuming it is a good idea (you can stop me right here if not), I would think that this repo could benefit from having an example of how to do that that the community can use for inspiration or improve on. That said, I'm also assuming the maintainers are plenty busy with everything else that is not this. If it actually has a reasonable likelihood of being useful I could try to put together a stripped down version of what I'm doing as a sample app.
The plus side would be that it is at least something for people to consider and work from. The negative would be that I may be doing horrible things that would waste maintainer time to even review and shake their heads at.
If I don't hear back I'll just assume this offer would do more harm than good, but if you think it might help I'll work on contributing and example.