Skip to content

Instantly share code, notes, and snippets.

@RyanAtViceSoftware
Last active December 10, 2015 14:21
Show Gist options
  • Save RyanAtViceSoftware/a6d7eb5e972e80f0620c to your computer and use it in GitHub Desktop.
Save RyanAtViceSoftware/a6d7eb5e972e80f0620c to your computer and use it in GitHub Desktop.
<script src="https://fb.me/react-with-addons-0.14.0.js"></script>
<script src="https://fb.me/react-dom-0.14.0.js"></script>
<div id="view"/>
var HelloReact = React.createClass({
render: function() {
return <h1>Hello React</h1>
}
});
ReactDOM.render(<HelloReact />, document.getElementById('view'));
name: ReactJs example by Ryan Vice - www.ViceSoftware.com
description: Hello React JSX
authors:
- Ryan Vice
resources:
normalize_css: no
wrap: h
panel_js: 3
panel_css: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment