React routing problem

<BrowserRouter history={hashHistory}>
  <Router>
    <Route exact path="/" component={ App }/>
    <Route path="/book"   component={ Book } />
  </Router>
</BrowserRouter>


clipboard.png

Mar.29,2021

history= {hashHistory} is removed. It is no longer necessary to write this in 4. 0

Menu