Skip to content

Commit

Permalink
Added a .jsx file to the examples folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed May 20, 2014
1 parent a794924 commit 9f17381
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/helloworld.jsx
@@ -0,0 +1,4 @@
React.renderComponent(
<h1>Hello, world!</h1>,
document.getElementById('example')
);

0 comments on commit 9f17381

Please sign in to comment.