scenarios to use pure components in react code example
Example: pure components
import { browserHistory } from 'react-router';
browserHistory.push('/some/path');
import { browserHistory } from 'react-router';
browserHistory.push('/some/path');