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
If you want to:
modules
require()
import ...
JSX
You must use Babel to be sure that everyone will be able to run your code, else you can develop without it.