1require('./main.jsx'); 2 3React.renderComponent( 4 <h1>Hello, world!</h1>, 5 document.getElementById('example') 6); 7 8