Documents / @faasjs/react / ProxyStateRef
Type Alias: ProxyStateRef<T>
ProxyStateRef<
T> =Readonly<{current:T; }>
Ref object exposed by createProxyStates for reading the latest shared state value.
Type Parameters
T
T
Shared state value type.
Documents / @faasjs/react / ProxyStateRef
ProxyStateRef<
T> =Readonly<{current:T; }>
Ref object exposed by createProxyStates for reading the latest shared state value.
T
Shared state value type.