A Pen by Captain Anonymous on CodePen.
Last active
November 22, 2015 19:32
-
-
Save rtorr/69cea4fda0c804715f27 to your computer and use it in GitHub Desktop.
XmQOdR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="example"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var React = react; | |
var ReactDOM = reactDom; | |
ReactDOM.render( | |
<h1>Hello, react!</h1>, | |
document.getElementById('example') | |
); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://cdn.jsbundler.com/packages/react-dom/0.14.3/reactDom.js"></script> | |
<script src="https://cdn.jsbundler.com/packages/react/0.14.3/react.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment