Skip to content

@maxhealth.tech/prefab / rx / STATE

Variable: STATE

ts
const STATE: Record<string, Rx>;

Defined in: rx/rx.ts:247

STATE proxy — convenience for accessing state keys. Usage: STATE.foo → rx('foo'), STATE.user.name → rx('user.name')

Released under the MIT License.