arrow_backBACK TO DRILLS
Blue Belt - Mediumimmutability
Updating nested object state correctly
A component stores this state:
//REACT_MODULE
{
name: 'Niki',
artwork: {
city: 'Hamburg'
}
}Which approach correctly updates artwork.city while preserving immutability?