cjmling / findings

Notes on stuff i finds worth keeping for quick reference later on.
2 stars 0 forks source link

React setValues object and overriding some value #306

Open cjmling opened 2 years ago

cjmling commented 2 years ago

if we want to copy object and updating some value only

setValues({
  ...values,
  [name]: value
})

React setValues object and overriding some value only