How It Works
Bloc uses your device’s local storage as the primary home for your notes. Whenever you create or edit a note, Bloc writes the change to your device immediately and keeps track of any changes that haven’t reached the server yet. As soon as a connection is detected, those pending changes are sent automatically. When you reconnect, Bloc runs a full sync cycle:1
Push your changes
Bloc sends any notes you created or edited while offline to the server.
2
Process deletions
Notes you deleted while offline are removed from the server.
3
Pull server updates
Bloc fetches the latest state from the server and updates your local copy with any changes made on other devices.