Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iagodahlem/cd81210f33e76113926a3a807bb05bdb to your computer and use it in GitHub Desktop.
Save iagodahlem/cd81210f33e76113926a3a807bb05bdb to your computer and use it in GitHub Desktop.
Scalable Frontend - The State Layer - Articles State Shape
{
isLoading: false,
error: null,
list: [] // <- this is the array of articles itself
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment