yungsters
12 years ago
1 changed files with 0 additions and 19 deletions
@ -1,19 +0,0 @@ |
|||
/** |
|||
* @jsx React.DOM |
|||
*/ |
|||
|
|||
var HELLO_COMPONENT = "\ |
|||
/** @jsx React.DOM */\n\ |
|||
var HelloMessage = React.createClass({\n\ |
|||
render: function() {\n\ |
|||
return <div>{'Hello ' + this.props.name}</div>;\n\ |
|||
}\n\ |
|||
});\n\ |
|||
\n\ |
|||
React.renderComponent(<HelloMessage name=\"John\" />, mountNode);\ |
|||
"; |
|||
|
|||
React.renderComponent( |
|||
ReactPlayground( {codeText:HELLO_COMPONENT, renderCode:true}, null ), |
|||
document.getElementById('jsxCompiler') |
|||
); |
Loading…
Reference in new issue