Tagged “proxy”
-
TIL using proxies for reactivity proxy advanced javascript
A Proxy let you detect when someone gets, sets, or updates a property on an object, and run code when they do. But why? This usecase -- when you add/update the object, it also updates localStorage!
See all tags.