I am developing an application in which I check if the user is not loggedIn. I have to display the login form, else dispatch an action
loggedIn
dispatch
action
I would suggest you to use connected-react-router https://github.com/supasate/connected-react-router which helps to perform navigation even from reducers/actions if you want. it is well documented and easy to configure