React-hello_world

by ning wang

HTML

<div id="app"></div>

React

ReactDOM.render(<h1>Hello, world!</h1>,
  document.getElementById('app'))