Hi, I know that DataStore is not supported by Gen2, but I've been wondering if someone using Gen2 created any local-first app with it, and what was the solution taken.
I've been trying out DataStore to check viability of using in a production app, but the experience so far has been that anything that goes beyond a "simple" usage, it gets complicated quickly and with little support for it. I've been debating myself if I should use Amplify Gen2 to take advantage of the easy to use GraphQL API and subscriptions but use an open source local database for syncing, like SQLite + Drizzle, TinyDB, etc.
If anyone has gone through this route and could share their findings, that would be awesome.