Hacker News new | ask | show | jobs
by sigden 3218 days ago
I'm a big fan of react-easy-state. Unfortunately its foundation of ES6 proxies precludes its use in Internet Explorer.
2 comments

What about react-easy-state stops you from transpiling to ES2015?
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).
or Safari < 10 (Sierra)