Subject 13 react - setup JSX
Opened this issue · 1 comments
sprewell20051116 commented
第一步就 GG
ERROR in ./app/index.js
Module build failed: SyntaxError: Unexpected token (5:2)
3 | import ReactDOM from 'react-dom';
4 | ReactDOM.render(
> 5 | <div> React Application! </div>, document.getElementByID('root');
| ^
6 | );
7 |
sprewell20051116 commented
Ref : https://github.com/kdchang/reactjs101/blob/master/Ch02/webpack-dev-enviroment.md
說道可以 npm install --save react react-dom