react 2020-05-20

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

I think it is, I’ll need to make a demo to confirm