everything is working fine in react redux but store is not updating or value is not reflexting on console – Reactjs
I want to render login and registration link on my header when user is not logged-in and logout link when user is logged-in. I make a state for storing the status of user login status and calling dispatch function before…