Y
Hacker News
new
|
ask
|
show
|
jobs
by
saskurambo
3601 days ago
Angular 2way is based on dirty check. Ractive and vue.js are really data binding with atomic changes.
1 comments
qwertyuiop924
3601 days ago
I said nothing about Ractive and Vue. Their 2 way binding is better, but with large quantities of bindings, it's still slow.
link
saskurambo
3601 days ago
Virtual dom consume more computation processor while data binding consume more memory.
link
qwertyuiop924
3601 days ago
...In theory, but IIRC, binding doesn't cover all the types of updates that vdom does, and vdom is better at avoiding thrashing.
link