如何路由搜索URL reactjs

时间:2018-11-23 09:30:55

标签: reactjs react-router-v4

我的搜索网址如下:

http://localhost/symple/?s=new

我不知道如何为该网址建立路由。我在下面使用类似的代码,但似乎它加载了首页路由。

<Route exact
    path={CelestialSettings.path + '?s:query'}
    render={(props) => <App header={<Header />} main={<Search />} sidebar={<Popular />} feature={<Featurex />} mainbottom={<Categories />} />} />

对我的问题有任何建议。非常感谢。

0 个答案:

没有答案