loro/loro-js
Zixuan Chen 8e901cf00c
fix: #181 importing should use inherent arena
otherwise, txn, oplog and app state may use different
arena.
2023-11-21 20:29:01 +08:00
..
.vscode feat: event & wasm 2023-07-29 02:03:51 +08:00
src refactor: expose frontiers type 2023-11-16 22:50:22 +08:00
tests fix: #181 importing should use inherent arena 2023-11-21 20:29:01 +08:00
.gitignore Doc: loro-crdt documents in comments (#165) 2023-11-10 20:30:54 +08:00
.npmignore chore: bump loro-wasm loro-crdt version 2023-11-10 20:41:11 +08:00
CHANGELOG.md chore(release): 0.4.3 2023-11-16 22:26:41 +08:00
LICENSE chore: add license 2023-11-12 23:23:12 +08:00
package.json chore(release): 0.4.3 2023-11-16 22:26:41 +08:00
pnpm-lock.yaml Perf: speed up utf16 and wasm (#90) 2023-04-03 09:29:25 +08:00
README.md chore: bump loro-wasm loro-crdt version 2023-11-10 20:41:11 +08:00
rollup.config.mjs feat: extra pkg loro-crdt to wrap loro-wasm 2023-03-24 10:08:11 +08:00
tsconfig.json feat: extra pkg loro-crdt to wrap loro-wasm 2023-03-24 10:08:11 +08:00
vite.config.ts Doc: loro-crdt documents in comments (#165) 2023-11-10 20:30:54 +08:00

loro-crdt

Loro CRDTs is a high-performance CRDT framework.

It makes your app state synchronized, collaborative and maintainable effortlessly.

Learn more at https://loro.dev