arrow_backBACK TO DRILLS
White Beltimmutability
Mutating object state directly
“A component stores an object in state and updates it like this: person.firstName = 'Alice'; The UI does not update immediately. What is the root cause?”
“A component stores an object in state and updates it like this: person.firstName = 'Alice'; The UI does not update immediately. What is the root cause?”