2015-11-27 10:57:51 -07:00

3 lines
131 B
JavaScript

//simple react component that renders "Hello World" as an H1 tag into the body
React.render(<h1>Hello World</h1>, document.body);