gpt4 book ai didi

javascript - React-Router如何从客户端向服务器中间件发送请求?

转载 作者:行者123 更新时间:2023-11-28 06:25:30 32 4
gpt4 key购买 nike

我想了解这段代码:react-router 如何与同构应用程序一起工作(服务器和客户端路由)。客户端的react-router如何向服务器上的中间件发送请求?

链接到react-router

最佳答案

How react-router on client side can send request to middleware

它不会向服务器发送请求。

React 路由器负责(来自文档):

React Router keeps your UI in sync with the URL

请检查此https://github.com/rackt/react-router/blob/latest/docs/Introduction.md和第一部分没有 React Router。它显示了react-router 所取代的内容。

react-router 更改浏览器 URL。但这不会调用服务器。为了与服务器通信,您可以使用 jquery ( http://api.jquery.com/jquery.ajax/ ) 或 superagent ( https://github.com/visionmedia/superagent )。

关于javascript - React-Router如何从客户端向服务器中间件发送请求?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35161661/

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