Object destructuring is not unique to React, it's a general JavaScript operation. But it is important in React, and I didn't remember learning it until I had reasearched it again! Destructuring is used here to make a copy of 'state', so as to not mutate the original state object.