Skip to content

Instantly share code, notes, and snippets.

@astrotim
Created July 25, 2017 04:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astrotim/070f8fc6869bbbba023efd952479758c to your computer and use it in GitHub Desktop.
Save astrotim/070f8fc6869bbbba023efd952479758c to your computer and use it in GitHub Desktop.
The application file used by the development Webpack build
import React from 'react';
import ReactDOM from 'react-dom';
import { BrowserRouter } from 'react-router-dom';
import App from './App';
const root = document.getElementById('root');
ReactDOM.render(<BrowserRouter><App /></BrowserRouter>, root);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment