哪个功能是流路由中铁路由的'pathFor'功能的替换功能?

时间:2016-01-07 03:54:47

标签: meteor path iron-router flow-router

我使用来自meteor.js的orionjs: 我更改了orionjs(https://github.com/orionjs/examples/tree/master/blog

的博客示例

我使用useraccounts:flow-routing替换useraccouts:iron-routing package:

<a href="{{ pathFor 'dictionary.update' }}">edit</a>

哪个包负责解析和pathFor,这是什么意思? 如果我继续使用flow-routing包,我该如何处理pathFor函数?

2 个答案:

答案 0 :(得分:2)

我找到了arillo:flow-router-helpers包。 https://github.com/arillo/meteor-flow-router-helpers

具有完全替换功能&#34; pathfor&#34;那里。

答案 1 :(得分:1)

这就是我使用react和meteor和flow router

的方法
<a href="{FlowRouter.path('/')}">edit</a>

查看用例https://github.com/arunoda/hello-react-meteor/blob/master/both/components/post_page.jsx#L14

的此示例

这里是文档 https://github.com/kadirahq/flow-router#flowrouterpathpathdef-params-queryparams