标签: reactjs react-router
我是否必须创建自己的服务来监听历史记录并保留和更新自己的位置属性?
我希望这样的事情:
import { browserHistory } from 'react-router' if (browserHistory.location.pathname.startsWith('/some/path')) {...}
似乎位置只能在React组件中的道具中直接使用。