SyntaxFix
Write A Post
Hire A Developer
Questions
Using history.listen
For example like below:
In your component,
componentWillMount() { this.props.history.listen(() => { // Detecting, user has changed URL console.info(this.props.history.location.pathname); }); }