React-router history.push() has changed URL successfully but not re-render my JXS content to the right Route content with matched path
I used to change page by rendering whole page's component in which way to use setState "currentPage:'xxx'" with switch case inside render to match the right parameter, so that it could render the 'xxx' 's content. And these two days…