Skip to content

Instantly share code, notes, and snippets.

@hyperh
Created December 5, 2016 03:06
Show Gist options
  • Select an option

  • Save hyperh/d4568fdd130ecf9f6288a50918451eb9 to your computer and use it in GitHub Desktop.

Select an option

Save hyperh/d4568fdd130ecf9f6288a50918451eb9 to your computer and use it in GitHub Desktop.
import React from 'react';
import { render } from 'react-dom';
import App from './components/App';
render(<App />, document.getElementById('root'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment