如何防止goBack()上的react-router刷新?

时间:2019-07-08 19:18:54

标签: reactjs react-router history browser-history

我使用BrowserRouter中的react-router进行应用导航,但后面是问题。 我应该使用StaticRouter吗?

我的代码:

import { BrowserRouter as Router, Route } from "react-router-dom";
...
<Router history={history}  forceRefresh={false}>
    ...

0 个答案:

没有答案