react

"mulling over state management stuff"
orestis 2020-05-20T04:34:48.237600Z

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

2020-05-20T07:26:34.238Z

What else does React do besides the view?

dominicm 2020-05-20T10:34:52.238100Z

Scheduling, it decides when to run events & batches some together in order to make the UI feel responsive.

orestis 2020-05-20T11:19:04.239300Z

Also in the same vein event handling (papering over some older browser weirdness)

dominicm 2020-05-20T12:13:13.239700Z

Checkbox events are the worst