Do I really need Babel or other transpilers to use ES6 with React?

后端 未结 3 1490
猫巷女王i
猫巷女王i 2020-12-16 10:48

Do I really need Babel or other transpilers to use ES6 in React?

I was looking at the chart https://kangax.github.io/compat-table/es6/

Seems like my current

3条回答
  •  攒了一身酷
    2020-12-16 11:23

    Without babel you get the compatibility of the chart you linked to. But keep in mind if you want to use JSX you'll want to use babel to transpile that.

提交回复
热议问题