Reference
store({…}) declares a reactive aggregate once. The returned object is the instance — not a factory.
Async<T>Inside store methods/getters, this.field reads/writes the store’s cells.
Compiles to @preact/signals-core signals/computed with batching. JSX runtime ties leaf sinks to re-render.