You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dirty checking – AFAICT this is a kind of fine-grained reactivity, i.e. diff the state and then only update subtrees that have changed, not the entire component. We could potentially do this with some kind of compile-time analysis.
In any case, this is worth looking into more deeply, so I'll leave this issue open for now. Thanks for opening!
https://million.dev/blog/virtual-dom
The text was updated successfully, but these errors were encountered: