Content deleted Content added
Samjoshusa (talk | contribs) Tag: Reverted |
Apparition11 (talk | contribs) m Restored revision 1092758814 by Apparition11 (talk): WP:ELNO |
||
Line 99:
===Virtual DOM===
Another notable feature is the use of a virtual [[Document Object Model]], or virtual DOM. React creates an [[In-memory processing|in-memory]] data-structure cache, computes the resulting differences, and then updates the browser's displayed DOM efficiently.<ref name="workingwiththebrowser">{{cite web |url=https://reactjs.org/docs/refs-and-the-dom.html |title=Refs and the DOM |website=React Blog}}</ref> This process is called '''reconciliation'''. This allows the programmer to write code as if the entire page is rendered on each change, while the
=== Lifecycle methods ===
|