Intro to Basic’s sync
Native property | Local-only | Local-first | Cloud |
---|---|---|---|
Low-latency / Instant UI | ✓ | ✓ | |
Offline support | ✓ | ✓ | |
Real-time sync | ✓ | ✓ | |
Multi-device support | ✓ | ✓ | |
Backup to cloud | ✓ | ✓ |
Lower network costs
Fewer points of failure
db.collection('tablename').get()
without worrying about updating state.
More storage requirements on client device
More processing on client device