Skip to content

Instantly share code, notes, and snippets.

@evserykh
Last active February 17, 2017 13:31
Show Gist options
  • Save evserykh/9c65654359cf122632d5c657a8e0f1b0 to your computer and use it in GitHub Desktop.
Save evserykh/9c65654359cf122632d5c657a8e0f1b0 to your computer and use it in GitHub Desktop.
index.js
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