I\'m taking my first steps with react-router.
react-router
I\'m currently using the hashHistory for development purposes and I\'m performing \'manual\' nav
hashHistory
In App.js:
App.js
shouldComponentUpdate(nextProps, nextState) { return nextProps.location.search === this.props.location.search }