What ES6 features are supported in JSX?

后端 未结 1 724
情话喂你
情话喂你 2021-02-14 03:32

I\'m using React with JSX with react-tools to compile the JSX code to JavaScript.

What ES6 features are supported in JSX with the harmony o

相关标签:
1条回答
  • 2021-02-14 04:31

    Thanks to kangax for the compatibility table

    Update: Just use babel (previously named 6to5) to compile your JSX. It's faster and has better es6 support anyway.

    0 讨论(0)
提交回复
热议问题