标签: javascript reactjs react-router
我在React Router v2中看到了“ this.props.router.push”功能。 如何在React Router V4中使用此功能?
例如:
setFilter(query) { this.props.router.push({ pathname: this.props.location.pathname, query }); }