ben-ryder / localful

Build single-user local-first web apps with a focus on simplicity, interoperability and longevity.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Moving away from CRDTs #18

Open ben-ryder opened 10 months ago

ben-ryder commented 10 months ago

This project is currently focused on single-user applications with client-side encryption that do not need to be real-time. It's become apparent that for these sort of use cases at least, CRDTs present a difficult development and user experience challenges. Localful will move to offer a less advanced but easier to develop and reason about system of explicit version history/management.

API Changes

Client Changes