Mastodon Feed: Post

Mastodon Feed

slightlyoff@toot.cafe ("Alex Russell") wrote:

So there's a bug a the core of the web event lifecycle: we allow reads and writes of UI state to be interleaved. This is, in part, why React's over-abstraction sounded like it could plausibly help[1]. This is something @arv and I noodled on when designing the nu-DOM for Dart...we still need to fix it.

[1]: The ideas was that only the framework would be allowed to do the expensive parts, but that wasn't true; as witnessed by every forced-layout infested React app I trace...which is all of them.