Skip to content

Instantly share code, notes, and snippets.

@n9ti
Last active October 7, 2015 18:29
Show Gist options
  • Save n9ti/0c6d06842706ff2ad00d to your computer and use it in GitHub Desktop.
Save n9ti/0c6d06842706ff2ad00d to your computer and use it in GitHub Desktop.
learn-react
// main.js
var React = require('react');
var ReactDOM = require('react-dom');
ReactDOM.render(
<h1>Hello, world!</h1>,
document.getElementById('example')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment