By default, react-router add the annoying and hated hashbang to the URL, here is how to remove it.
import React from 'react';
import ReactDOM from 'react-dom';
import {BrowserRouter, Route, Switch} from 'react-router-dom';
//Container
import Full from './containers/Full/'
//Views
import Login from