Skip to content

Instantly share code, notes, and snippets.

@cyb3rsalih
Created May 8, 2019 14:54
Show Gist options
  • Save cyb3rsalih/6241c3acfe17e953cdfb052c39066609 to your computer and use it in GitHub Desktop.
Save cyb3rsalih/6241c3acfe17e953cdfb052c39066609 to your computer and use it in GitHub Desktop.
Redux-0
import React from 'react';
import ReactDOM from 'react-dom';
import './css/index.css';
import App from './pages/App';
import {BrowserRouter as Router } from 'react-router-dom'
ReactDOM.render(<Router> <App/> </Router> , document.getElementById('root'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment