Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iagodahlem/a9ce2ec3bbd872dbdf5ec0121bd7f4ca to your computer and use it in GitHub Desktop.
Save iagodahlem/a9ce2ec3bbd872dbdf5ec0121bd7f4ca to your computer and use it in GitHub Desktop.
Scalable Frontend - The State Layer - Normalized State Shape Organization
{
currentUser: {},
entities: {
articles: {},
authors: {},
},
ui: {},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment