Loro
banner
loro.dev
Loro
@loro.dev
Reimagine state management with CRDTs
https://github.com/loro-dev/loro
New version control primitives have been added to Loro:
- diff(from, to): calculate the differences between any two versions
- revertTo(version): Generate ops to revert to the target version
- applyDiff(diff): Apply differences

You can use them to implement functions like git squash and revert.
January 9, 2025 at 8:48 AM