gpt4 book ai didi

reactjs - @reach/路由器 : how to get the current route/page?

转载 作者:行者123 更新时间:2023-12-04 12:21:40 26 4
gpt4 key购买 nike

如何获得到达路由器的当前路由。在 react 路由器中,可以通过参数获得它吗?

文档目前没有显示如何执行此操作的示例。

最佳答案

或者,使用 useLocation钩子(Hook)(自 1.3.0 起):

import { useLocation } from "@reach/router"

const useAnalytics = () => {
const location = useLocation()

useEffect(() => {
ga.send(['pageview', location.pathname])
}, [])
}
引用: https://reach.tech/router/api/useLocation

关于reactjs - @reach/路由器 : how to get the current route/page?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56838072/

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