Categories
How to remove the grid in React Router 4?
example.com/#/contacts how to remove the bars?
Answer the question
In order to leave comments, you need to log in
Most likely you history={hashHistory} usehistory={browserHistory}
history={hashHistory}
history={browserHistory}
import {BrowserRouter, Route} from 'react-router-dom'; <BrowserRouter> <Route path="/" exact component={Home}/> </BrowserRouter>
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question