T3 real-time / offline

I have a t3 app i made a PWA. I would like to integrate some offline first functionality but there are very few resources regarding this matter that are not
- rudimentary dives into indexdb with no sync with your db
- graphql solutions (aws amplify / data store , rxdb, couchdb )

Is there a way to support offline first with good database synchronization with t3 stack code base ? I enjoy the stack and would prefer to keep it vs going to a gql alternative
Was this page helpful?