Open sylvainlap opened 8 years ago
They were just left unused for brevity in the article that went along with this :) but they're there to be used if someone wanted to show a spinner or otherwise adjust the UI.
I understand they are in reducers. But why do you put them in actions ?
Hello,
What the point to set isAuthenticated & isFetching in your Actions ?
For example:
In the action, isFetching & isAuthenticated are set, but not used. This is the role of the reducer. Your action could be simplify to:
or am I missing something ?