When to Use This Template
Use the sync template when:- Offline support - App works without network
- Collaborative editing - Multiple users edit same data
- Optimistic updates - UI updates before server confirms
- Conflict resolution - Automatic merge of concurrent changes
What You Get
- Sync engine - Handles data synchronization
- Operation log - Tracks changes for replay
- Deduplication - Prevents duplicate operations
- Live updates - Real-time broadcast of changes
- Snapshot support - Fast initial load
Quick Start
http://localhost:8080 to see a syncing todo list.