loro-dev / loro

Reimagine state management with CRDTs. Make your app collaborative effortlessly.

Home Page:https://loro.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[LORO-314] Refactor: use string instead of bigint for peerid in JS

zxch3n opened this issue · comments

String is much simpler to deal with in js. For example, you can call JSON.stringify on it.

LORO-314