Skip to content

Instantly share code, notes, and snippets.

@Mohammed-El-Nabulsi
Last active April 15, 2016 23:41
Show Gist options
  • Save Mohammed-El-Nabulsi/2441d16ad372cf2d52e03c6e7d334a16 to your computer and use it in GitHub Desktop.
Save Mohammed-El-Nabulsi/2441d16ad372cf2d52e03c6e7d334a16 to your computer and use it in GitHub Desktop.
import { render } from 'react-dom';
render(
<div>
<button>
Hello World!
</button>
</div>
,
document.getElementById('app'),
() => document.title = 'Hello World'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment