composablesys / collabs

Collabs library monorepo

Home Page:https://collabs.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load/save strategies

mweidner037 opened this issue · comments

Currently, loading and saving just uses a big Uint8Array for the whole document. We should integrate this with local storage/IndexedDB, support partial loading/saving without taking up too much memory, etc. Perhaps similar to Yjs's database providers?