orbitinghail / sqlsync

SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.
https://sqlsync.dev
Apache License 2.0
2.29k stars 30 forks source link

MobX Integration #33

Open carlsverre opened 10 months ago

carlsverre commented 10 months ago

Should be possible to use SQLSync alongside/with MobX

biels commented 10 months ago

Love it! Let's figure out how this would work and how to implement it

klauss194 commented 4 months ago

are there any thoughts for observables ?

carlsverre commented 4 months ago

are there any thoughts for observables ?

I've been working on a new version of the SQLSync storage engine so haven't been focused on the high level APIs lately. I really love the idea of integrating with some kind of observable-like system (maybe MobX, maybe others) but havn't worked out the specific semantics yet. If you have experience in this area I'd love to hear your thoughts!