arrow_backBACK TO DRILLS
Blue Beltstate-snapshots
Multiple direct state updates collapse
“A component starts with age = 42. Inside one click handler, it runs setAge(age + 1) three times in a row. What will the next render display?”
“A component starts with age = 42. Inside one click handler, it runs setAge(age + 1) three times in a row. What will the next render display?”