I can\'t seem to find how to update query params with react-router without using . hashHistory.push(url) doesn\'t seem to register que
hashHistory.push(url)
It can also be written this way
this.props.history.push(`${window.location.pathname}&page=${pageNumber}`)