1 2 3 4 5 6
'use strict'; ReactDOM.render( React.createElement('h1', {}, 'Hello World!'), document.getElementById('root') );