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
Is your feature request related to a problem? Please describe.
To make this library more in line with pure RemoteData implementations, we should remove the Empty state, which is not reflective of the state of an asynchronous operation but rather the state of the data itself.
Describe the solution you'd like
Deprecate Empty state, and update examples. Will be removed in 1.0 version.
Describe alternatives you've considered
An alternative would be to leave this state in, however that would mean that the data model is polluted with UI concerns.
Is your feature request related to a problem? Please describe.
To make this library more in line with pure RemoteData implementations, we should remove the Empty state, which is not reflective of the state of an asynchronous operation but rather the state of the data itself.
Describe the solution you'd like
Deprecate Empty state, and update examples. Will be removed in 1.0 version.
Describe alternatives you've considered
An alternative would be to leave this state in, however that would mean that the data model is polluted with UI concerns.
Additional context
Issues with related scope creep concerns:
devexperts/remote-data-ts#22 (comment)
krisajenkins/remotedata#9
The text was updated successfully, but these errors were encountered: