I am working on a sample reactjs application (in learning process). I have a page which list the list of users and a add button to add a new user.
When I click the a
Apart from browserHistory, you can use hashHistory also by importing it from react-router.
browserHistory
hashHistory
react-router
import {hashHistory} from 'react-router'; hashHistory.push('/addUser')