ECMAScript 6 - Proxies


Details
This time we want to look at Proxies.
The twitter poll (https://twitter.com/wolframkriesing/status/662649649304612864) was a tight race between destructuring and proxies, but Proxies won, so we do this next time.
As usual, it will be a very hands on thing. Two sessions of 45min each hacking on and with Proxies.
If you want to learn about proxies, even if you have never touched them come and join us. We will all just learn.
As you can see in the ES6 compat table (https://kangax.github.io/compat-table/es6/) Proxies are only supported in some browsers (not even babeljs (https://babeljs.io/) has them yet). So make sure to bring one that works with Proxies (currently FF or Edge). Alternatively you can use a package that provides Proxies.

ECMAScript 6 - Proxies