API reference › @evolu/common › Ref › createRef
function createRef<T>(initialValue: T): Ref<T>;
Defined in: packages/common/src/Ref.ts:67
Creates a Ref with the given initial immutable value.
API reference › @evolu/common › Ref › createRef
function createRef<T>(initialValue: T): Ref<T>;
Defined in: packages/common/src/Ref.ts:67
Creates a Ref with the given initial immutable value.