Skip to content

Instantly share code, notes, and snippets.

@amjedidiah
Created December 24, 2020 18:38
Show Gist options
  • Save amjedidiah/dc1f6be0f8664e589ce89f8aa963628b to your computer and use it in GitHub Desktop.
Save amjedidiah/dc1f6be0f8664e589ce89f8aa963628b to your computer and use it in GitHub Desktop.
{
"usersById": {
123: {
id: 123,
name: "Jane Doe",
email: "jdoe@example.com",
phone: "555-555-5555",
...
},
...
},
"editingUsersById": {
123: {
id: 123,
name: "Jane Smith",
email: "jsmith@example.com",
phone: "555-555-5555",
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment