标签: reactjs react-router react-router-dom
我在React SSR(服务器端渲染)项目中使用react-route-dom。当我单击“链接”时,我想更改路由但不请求服务器(不请求SPA模式-仅在直接呼叫中请求)
react-route-dom
我认为我们可以使用event.preventDefault()来停止的默认操作,但我不知道如何使用链接来完成此操作。
event.preventDefault()