Skip to content

Instantly share code, notes, and snippets.

@Dindaleon
Last active April 29, 2016 23:29
Show Gist options
  • Save Dindaleon/deea3b56e901559422e1dd6a7b3af9dc to your computer and use it in GitHub Desktop.
Save Dindaleon/deea3b56e901559422e1dd6a7b3af9dc to your computer and use it in GitHub Desktop.
Add/remove item to/from array without mutating it
// Add item to array
// use concat or spread operator
// Remove item from array
// user slice
// Replace item in array
//
// Source: https://egghead.io/lessons/javascript-redux-avoiding-array-mutations-with-concat-slice-and-spread
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment