Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f0663 commit 8c8841cCopy full SHA for 8c8841c
docs/_js/examples/hello.js
@@ -6,7 +6,7 @@ var HELLO_COMPONENT = "\
6
/** @jsx React.DOM */\n\
7
var HelloMessage = React.createClass({\n\
8
render: function() {\n\
9
- return <div>{'Hello ' + this.props.name}</div>;\n\
+ return <div>Hello {this.props.name}</div>;\n\
10
}\n\
11
});\n\
12
\n\
docs/_js/jsx-compiler.js
0 commit comments