gpt4 book ai didi

reactjs - react 路由组件 Prop

转载 作者:行者123 更新时间:2023-12-03 23:02:28 24 4
gpt4 key购买 nike

有谁知道为什么你会以这种方式调用组件。 () => <Component/>路线内
enter image description here

最佳答案

如果你想传递新的 Prop (例如 isAuth 下面的例子)或从 React Router 访问 Prop (例如 history , location , match )

<Route component={({history, location, match}) => <Component isAuth={isAuth} />} />

关于reactjs - react 路由组件 Prop ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64780475/

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