API reference / @evolu/common / Ref / createRef
Function: createRef()
function createRef<T>(initialState): Ref<T>;
Defined in: packages/common/src/Ref.ts:49
Creates a Ref with the given initial state.
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type |
|---|---|
initialState | T |
Returns
Ref<T>