Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//fb.me/react-with-addons-0.12.0.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
<h1>React Bsp. 2</h1>
<div id="greeting"></div>
</body>
</html>
 
      var Greeter = React.createClass({
        render: function() {
          return (
            <p>Hallo {this.props.name}!</p>
          )
        }
      });
      React.render(
        <Greeter name="Welt" />,
        document.getElementById('greeting')
      );
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers