next.js useLocation()中的状态对象-NextJS中的ReactRouterDom [重复]

64jmpszr  于 2022-11-05  发布在  React
关注(0)|答案(1)|浏览(135)

此问题在此处已有答案

Next.js keep the state or send props when router.push(1个答案)
11天前关闭。
在React路由器dom中,useLocation()中有一个状态对象

const { state } = useLocation()

如何在NextJS中获得相同的对象?

p8ekf7hl

p8ekf7hl1#

您可以在next.js(Next.js document)中使用useRouter()
第一个

相关问题