I\'m learning from this tutorial but I keep getting this error:
\'react-router\' does not contain an export named \'browserHistory\'.
Simple Solution
method 1:
npm install --save history use this now: import createHistory from 'history/createBrowserHistory'
method:2
Use Version 3 npm install react-router@3