add object to array react hook

JavaScript
setTheArray(currentArray => [...currentArray, newElement])setTheArray([...theArray, newElement]);setTheArray([...theArray, newElement]);

Source

Also in JavaScript: