gpt4 book ai didi

javascript - 使用带有 href 按钮的 React-router

转载 作者:行者123 更新时间:2023-12-01 03:14:05 24 4
gpt4 key购买 nike

我刚刚开始使用reactjs,我似乎不太明白如何将它与按钮一起使用。所以我在这里得到了这两个按钮

  <a className="button is-warning">
Sign up
</a>

<a className="button is-warning">
Login
</a>

我希望它们链接到

<Route path="/account" component={Account}/>
<Route path="/start" component={Start}/>

我知道这里已经有很多关于这个主题的问题和答案,我也观看了教程并试图弄清楚,但我似乎仍然不知道如何去做。

最佳答案

使用<Link>而不是<a>

<Link to="/account" className="button is-warning">Sign up</Link>
<Link to="/start" className="button is-warning">Login</Link>

关于javascript - 使用带有 href 按钮的 React-router,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45649538/

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