React (software): Difference between revisions

Content deleted Content added
Line 208:
 
'''[[Single source of truth]].''' Due to a mythical slowness of the browser's DOM engine compared with processing a similar (but lighter) tree on JavaScript, React creates, updates and diffs own virtual DOMs (second source of truth for the User Interface), wasting CPU cycles (even when processing separately from the UI thread), arguably the most fundamental flaw.
 
==See also==
[https://angular.io/ Angular]
 
[https://restbasis.com ReSTbasis]
 
[https://vuejs.org/ Vue]
 
[https://x-tag.github.io/ X-Tag]
 
==References==