Skip to content

Instantly share code, notes, and snippets.

@mrsid96
Created August 12, 2021 14:49
Show Gist options
  • Save mrsid96/d840ac8ef770d510f6990f14a163a330 to your computer and use it in GitHub Desktop.
Save mrsid96/d840ac8ef770d510f6990f14a163a330 to your computer and use it in GitHub Desktop.
Handy Oneliners
const generateCellsValues = (cells) => cells?.reduce((acc, item) => ({
...acc,
[item?.column?.id]: item?.value
}), {})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment