Sobes.tech
Middle

Implement a simplified `reactive(object)` function that mimics Vue 3: when reading a property, call `track(target, key)`, and when changing a property, call `trigger(target, key)`.