Skip to content

Instantly share code, notes, and snippets.

@slonoed
Created August 1, 2017 07:51
Show Gist options
  • Save slonoed/74a60efc8b32fa00dbdf4267cba7f40e to your computer and use it in GitHub Desktop.
Save slonoed/74a60efc8b32fa00dbdf4267cba7f40e to your computer and use it in GitHub Desktop.
Reduce entities
// item = {id: 'uniq id', field: 1, fielda: 'a'}
listOfItems.reduce((a, i) => ({...a, [i.id]:i}), {})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment