Skip to content

Instantly share code, notes, and snippets.

@gnaeus
Created April 26, 2017 12:47
Show Gist options
  • Save gnaeus/b36cb54c5eac178f06e82927bb3544e7 to your computer and use it in GitHub Desktop.
Save gnaeus/b36cb54c5eac178f06e82927bb3544e7 to your computer and use it in GitHub Desktop.
users: {
byId: {
"user1": {
id: "user1",
name: "John",
},
"user2": { ... },
...
},
allIds: [ "user1", "user2", ... ],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment