I\'m using Material-ui\'s Tabs, which are controlled and I\'m using them for (React-router) Links like this:
I used withrouter hoc in order to get history prop and just write a componentDidMount() method:
componentDidMount() { if (this.props.history.action === "POP") { // custom back button implementation } }