You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.
The first dispatch means the request started, it can be used on loading indicator for example. The second dispatch will be either success or failed. Here's the content of actions:
Hi, I've been playing around with your redux example and it is pretty cool, it does its job.
While checking the files, i run into the actions of the user and found that you dispatch the GET_USER 2 times, and the first time you don't do any actions. https://github.com/tommy351/redux-example/blob/master/src/actions/users.js
Is there a reason for that?
Thanks for your time
The text was updated successfully, but these errors were encountered: