Hacker News new | ask | show | jobs
by saskurambo 3600 days ago
Virtual dom consume more computation processor while data binding consume more memory.
1 comments

...In theory, but IIRC, binding doesn't cover all the types of updates that vdom does, and vdom is better at avoiding thrashing.