Skip to content

Instantly share code, notes, and snippets.

@cohenItay
Last active July 18, 2022 04:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cohenItay/6ba6479bf6bb8121c1bc09e7b08c9033 to your computer and use it in GitHub Desktop.
Save cohenItay/6ba6479bf6bb8121c1bc09e7b08c9033 to your computer and use it in GitHub Desktop.
Table for Medium article Loading state
Scenario Concrete data Loading state naming
No action has been made to retrieve this data or nothing yet happend None Idle
Loading or working to retrive the data None or previous state of your <DataModel> InWork
Data loaded successfully <DataModel> Success
Problem occurred while loading It could be an Exception or error message retrieved by the server Failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment