Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用React 和 JSX和react-tools将 JSX 代码编译为 JavaScript。
harmony启用该选项的 JSX 支持哪些 ES6 功能?
harmony
感谢 kangax 提供的兼容性表
更新:只需使用 babel(以前称为 6to5)来编译你的 JSX。无论如何,它更快并且具有更好的 es6 支持。