Skip to content

Instantly share code, notes, and snippets.

@sirdarthvader
Created March 26, 2018 23:57
Show Gist options
  • Save sirdarthvader/bd72dcb659bff631bcec5f30c11b80d8 to your computer and use it in GitHub Desktop.
Save sirdarthvader/bd72dcb659bff631bcec5f30c11b80d8 to your computer and use it in GitHub Desktop.
Initial state for index.js file
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import registerServiceWorker from './registerServiceWorker';
ReactDOM.render(<App />, document.getElementById('root'));
registerServiceWorker();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment