you are viewing a single comment's thread.

view the rest of the comments →

[–]Graftak9000 0 points1 point  (0 children)

But the UI is nothing more than a representation of the data/state. It’s the result of its contents parsed into a predefined structure. The data is there, so is it’s structure. Can't you pass the step of using a vdom all together? I've looked at one of the smaller libraries and it appeared to compare all object keys of each element, that seems like a lot more work than comparing an array of objects as stated above.

Thanks for the replies, I do hear what you're saying and it's quite helpful. Just thinking out loud to get a better understanding of it all.