Today I Learned - Rocky Kev

Tagged “proxy”

  1. TIL using proxies for reactivity

    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.