Skip to content

Instantly share code, notes, and snippets.

@kitze
Created February 1, 2019 16:32
Show Gist options
  • Save kitze/3dcfeae85ea3e035eb50b8b31d83924d to your computer and use it in GitHub Desktop.
Save kitze/3dcfeae85ea3e035eb50b8b31d83924d to your computer and use it in GitHub Desktop.
index js
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
// Render your app
if (typeof document !== 'undefined') {
ReactDOM.render(<App />, document.getElementById('root'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment