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
It might be a little confusing for a new developer to see ANSWER_FETCH_IN_PROGRESS vs. FETCH_IN_PROGRESS, as @kevintli pointed out. Break out constants into two types:
constants/fetchStatuses.js (is this a weird plural?) - for things like FETCH_IN_PROGRESS
constants/actionTypes.js - for things like ANSWER_FETCH_IN_PROGRESS, UPDATE_LOCAL_ANSWER
The text was updated successfully, but these errors were encountered:
It might be a little confusing for a new developer to see
ANSWER_FETCH_IN_PROGRESS
vs.FETCH_IN_PROGRESS
, as @kevintli pointed out. Break out constants into two types:constants/fetchStatuses.js
(is this a weird plural?) - for things likeFETCH_IN_PROGRESS
constants/actionTypes.js
- for things likeANSWER_FETCH_IN_PROGRESS
,UPDATE_LOCAL_ANSWER
The text was updated successfully, but these errors were encountered: