I’ve used js proxy to build a reactive store (like a mini Vue). It’s insane how little code you need compared to manual reactivity.
Downside? Debugging can be weird since the traps hide the "real" operations.
Downside? Debugging can be weird since the traps hide the "real" operations.
