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
To keep components light on logic, asynchronous actions should be handled by a library such as Redux Thunk. Redux actions such as _STARTED, _SUCCESS, _FAIL should also be utilized to support descriptive user interfaces.
The text was updated successfully, but these errors were encountered:
To keep components light on logic, asynchronous actions should be handled by a library such as Redux Thunk. Redux actions such as
_STARTED
,_SUCCESS
,_FAIL
should also be utilized to support descriptive user interfaces.The text was updated successfully, but these errors were encountered: