gpt4 book ai didi

reactjs - react 路由器 : Add entry to history without changing route

转载 作者:行者123 更新时间:2023-12-03 13:51:57 24 4
gpt4 key购买 nike

使用 React Router,将新条目推送到历史记录以更新 URL,但不触发新路由的最佳方式是什么?

Navigation.replaceWith() mixin 方法似乎与我需要的相反。

最佳答案

不太熟悉 React-Router 的 API,但你可以使用纯 JavaScript 来做到这一点。

window.history.pushState({}, '', 'https://stackoverflow.com/new-url-here');

更多答案在这里:Modify the URL without reloading the page

关于reactjs - react 路由器 : Add entry to history without changing route,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28528319/

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