mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 09:14:57 +03:00
869d98d019
Co-authored-by: Alex Yang <himself65@outlook.com>
9 lines
350 B
Markdown
9 lines
350 B
Markdown
# 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)`.
|