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
It should be possible to build a virtual dom system on top of the existing commands, so instead of an initial HTML representation and updates returning commands, a single update function gets called receiving a state that produces the desired HTML representation. Then the changes needed to get the existing HTML to look like the desired HTML are computed and the necessary commands are produced.
The text was updated successfully, but these errors were encountered:
It should be possible to build a virtual dom system on top of the existing commands, so instead of an initial HTML representation and updates returning commands, a single update function gets called receiving a state that produces the desired HTML representation. Then the changes needed to get the existing HTML to look like the desired HTML are computed and the necessary commands are produced.
The text was updated successfully, but these errors were encountered: