Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//fb.me/react-0.9.0.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
</body>
</html>
 
/** @jsx React.DOM */
var App = React.createClass({
  render: function(){
    return (
      <div>
        hello
        <svg>
          <circle cx="150" cy="100" r="80" fill="green" />
         </svg>
      </div>
    );
  }
});
React.renderComponent(<App />, document.body);
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers