Props not updated after action dispatched – Twitter API
I am trying to implement Twitter authentication with React/Redux/Node.js. The back-end part is working fine, since the front-end is getting the right data. The problem I'm facing right now is at the front-end. More specifically, when the token is received…