gpt4 book ai didi

react-router 重定向 vs history.push

转载 作者:行者123 更新时间:2023-12-03 12:30:37 35 4
gpt4 key购买 nike

我在看 react-router-redux examples我很困惑,
有什么区别:

import { Redirect } from 'react-router-dom'

...

<Redirect to='/login' />
import { push } from 'react-router-redux'

...

push('/login')

最佳答案

重定向

渲染 <Redirect>将导航到新位置。新位置将override the current location in the history stack,就像服务器端重定向(HTTP 3xx)一样。

历史

推送功能 Pushes a new entry onto the history stack

关于react-router 重定向 vs history.push,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48619733/

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