fn
createNativeProvider
The built-in CRDT provider backed by `@robonen/crdt`: a fractional-ordered set of blocks, each a text RGA + mark store. Editor steps map to CRDT ops via {@link DocumentCrdt}; ops sync as op batches over any transport.
Signature
ts
export function createNativeProvider(options: NativeProviderOptions): CrdtProvider{ ... }Parameters
| Parameter | Type | Description |
|---|---|---|
options | NativeProviderOptions | — |
Returns
CrdtProvider