I think it is, I’ll need to make a demo to confirm
What else does React do besides the view?
Scheduling, it decides when to run events & batches some together in order to make the UI feel responsive.
Also in the same vein event handling (papering over some older browser weirdness)
Checkbox events are the worst