mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-13 23:37:46 +03:00
6cbf5b2a92
Co-authored-by: AyushAgrawal-A2 <ayushagl06@gmail.com> |
||
---|---|---|
.. | ||
src | ||
package.json | ||
README.md | ||
tsconfig.json | ||
vite.config.ts |
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)
.