Created
August 1, 2017 07:51
-
-
Save slonoed/74a60efc8b32fa00dbdf4267cba7f40e to your computer and use it in GitHub Desktop.
Reduce entities
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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