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 Feb 21, 2022. It is now read-only.
As Loadable helper exists, it can somewhat define an outer shape for data that can be loaded from somewhere, be it HTTP request, file system or anything async. However, it can lead to a situation where subscriber is called more times than expected. We have to decide whether it is a good way and things should stay like this, or such states should be implemented directly in the Store class.
The text was updated successfully, but these errors were encountered:
bear-in-a-box
changed the title
Define and implement base error handling strategy/rules
Define and implement base loading/error state handling strategy/rules
Nov 19, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As Loadable helper exists, it can somewhat define an outer shape for data that can be loaded from somewhere, be it HTTP request, file system or anything async. However, it can lead to a situation where subscriber is called more times than expected. We have to decide whether it is a good way and things should stay like this, or such states should be implemented directly in the Store class.
The text was updated successfully, but these errors were encountered: