Hacker News new | ask | show | jobs
by kevinjahns 1661 days ago
Yjs author here. On network failure, the client will automatically reconnect and synchronize with the backend. And yes, you can get an event that notifies you about the current connection status. When syncing with the server, you will only exchange the differences that were created while offline.
1 comments

Thank you, that's an awesome answer in so many ways.