gpt4 book ai didi

javascript - 如何使用 react-route 链接刷新页面

转载 作者:IT王子 更新时间:2023-10-29 03:15:24 24 4
gpt4 key购买 nike

我正在尝试使用 react-route 链接刷新页面。但是我实现它的方式是退后一步到 URL。(例如,如果 URL 是 ../client/home/register 并且当我按下重新加载时转到 ../client/home)

下面是我的代码

const AppErrorPage = () => (
<div>
<div style={ styles.container }>
<h2>Error</h2>
<p> Something went wrong, please reload the page </p>
<div>
<Link to="" refresh="true">
<span>Reload</span>
</Link>
</div>
</div>
</div>
);

最佳答案

刷新页面不需要react-router,简单的js:

window.location.reload();

要在 React 组件中重新渲染 View ,您可以使用 props/state 触发更新。

关于javascript - 如何使用 react-route 链接刷新页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41481522/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com