React (software): Difference between revisions

Content deleted Content added
Line 226:
 
==Criticism of ReactJS==
A criticism of ReactJS is that it has high memory (RAM) requirements, since it uses the concept of a "Virtual DOM". This is where "a representation of a UI is kept in memory and synced with the 'real' DOM by a library such as ReactDOM.".<ref>https://reactjs.org/docs/faq-internals.html</ref>
 
==Licensing controversy==