H
H
heIIfire2017-10-21 10:12:41
React
heIIfire, 2017-10-21 10:12:41

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

2 answer(s)
S
Svyatoslav, 2017-10-21
@SvyatYa

Most likely you history={hashHistory}
usehistory={browserHistory}

A
Alexander, 2017-10-21
@kentuck1213

import {BrowserRouter, Route} from 'react-router-dom';
<BrowserRouter>
    <Route path="/" exact component={Home}/>
</BrowserRouter>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question