React-hello_world
by ning wang
HTML
<div id="app"></div>
React
ReactDOM.render(<h1>Hello, world!</h1>,
document.getElementById('app'))
by ning wang
<div id="app"></div>
ReactDOM.render(<h1>Hello, world!</h1>,
document.getElementById('app'))