AFFiNE/packages/y-provider
Alex Yang 92f0b31196
feat: support force sync by click (#4089)
Co-authored-by: JimmFly <yangjinfei001@gmail.com>
2023-09-01 01:15:07 -05:00
..
src feat: support force sync by click (#4089) 2023-09-01 01:15:07 -05:00
package.json v0.9.0-canary.7 2023-08-31 13:18:25 -05: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).