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
Do other frameworks use dirty checking? Answer: yes (React,Ember,Polymer)
AFAIK, this is false or misleading at best. Ember uses accessors to provide model updates to its bindings. React uses the virtual DOM and a diffing algorithm to provide updates. I don't know enough about Polymer to make a claim.
Thanks for submitting an issue. You're right about Ember they were planning on using Object.observe which would mean they would be using dirty checking I did the same mix up with di and added Polymer by accident. (Ember has been removed )
AFAIK, this is false or misleading at best. Ember uses accessors to provide model updates to its bindings. React uses the virtual DOM and a diffing algorithm to provide updates. I don't know enough about Polymer to make a claim.
Sources:
Ember: http://blog.bguiz.com/post/57373805814/accessors-vs-dirty-checking-in-javascript-frameworks/
React: https://news.ycombinator.com/item?id=6937668
The text was updated successfully, but these errors were encountered: