Hacker News new | ask | show | jobs
by yttrium 3217 days ago
What about react-easy-state stops you from transpiling to ES2015?
1 comments

Author here. As sigden mentioned, ES6 Proxies can not be transpiled. That is one reason why they are not yet commonly used. You can find out more about them here: https://developer.mozilla.org/en/docs/Web/JavaScript/Referen... (They are pretty awesome).