DEV Community

Discussion on: 3 ways to use ES6 Proxies to enhance your objects

Collapse
 
jaloplo profile image
Jaime López

Thanks for this introduction of what are Proxies in JavaScript and show some examples of the implementation.

Another way of using Proxies could be instrumentating your app and get a log of the objects/methods you want to track.

Thanks for your article!!!

Collapse
 
deleteman123 profile image
Fernando Doglio

Yes! Once you understand proxies, the opportunities are endless, thanks for reading!