【发布时间】:2016-04-20 20:47:54
【问题描述】:
使用https://github.com/reactjs/react-router-redux/
如果我想根据 url 查询参数重新加载应用程序 (Redux) 状态,那么通过获取 state.routing.locationBeforeTransitions.query 属性来做到这一点的正确方法是什么?
它有效......只是想知道这是否是正确的方法。
【问题讨论】:
标签: reactjs redux react-router-redux