IMO the best local-first systems should not be subscription-based, but be based on fetching data on an as-needed basis using either:
- buckets with simple change logs (document CRDTs, PouchDB)
- queries that can be rerun cheaply (prolly trees)
- a simple fetch API protocol
- physical replication
add a skeleton here at some point
23 days ago