Open ee7klt opened 9 years ago
says i have an error on the return line
React = require('react'); var Main = React.createClass ({ render: function () { return <div>hello</div> } }); React.render(<Main />);
thats because you are writing jsx not js
Then if I add the transformer script will i be able to use jsx?
+1
Still does not work with JSX
@pronebird try https://esnextb.in/
says i have an error on the return line