📄️ Config
A Loco Sync config allows you to customize behavior and fine-tune performance of your application, and consists of the following parts:
📄️ Storage
In local-first applications, data is stored on the client's device to facilitate near-instant load times and offline support. In Loco Sync, the StorageAdapter interface is used to store synced data, pending transactions, and additional metadata.
📄️ Network
A Loco Sync application must communicate to an authoritative backend to: