AFFiNE/packages/y-provider
Alex Yang 4b7e47e265
chore: bump blocksuite (#3404)
Co-authored-by: LongYinan <lynweklm@gmail.com>
2023-07-27 05:37:38 +00:00
..
src fix(workspace): should avoid sending providers' update back (#3384) 2023-07-26 09:47:24 +00:00
package.json chore: bump blocksuite (#3404) 2023-07-27 05:37:38 +00:00
README.md perf: lazy doc provider factory (#3330) 2023-07-21 05:23:18 +00:00
tsconfig.json perf: lazy doc provider factory (#3330) 2023-07-21 05:23:18 +00:00

A set of provider utilities for Yjs

createLazyProvider

A factory function to create a lazy provider. It will not download the document from the provider until the first time a document is loaded at the parent doc.

To use it, first define a DatasourceDocAdapter. Then, create a LazyProvider with createLazyProvider(rootDoc, datasource).