/** * KoraElement — the vanilla custom-element base for the Kora / Ada Handle component library. * * NO FRAMEWORK. Reactivity is assembled from native platform primitives only: * * 1. Proxy + Reflect wrap `state`, so ordinary mutation (`this.state.x = 1`) is observable. * The `set`/`deleteProperty` traps forward the real operation via Reflect (preserving * correct receiver semantics) and then schedule a render. * 2. A `