mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
s/Mock DOM/Virtual DOM/
Let's be consistent with the naming
This commit is contained in:
committed by
Vjeux
parent
f9704536d1
commit
22772c9862
@@ -10,7 +10,7 @@ next: more-about-refs.html
|
||||
React provides powerful abstractions that free you from touching the DOM directly in most cases, but sometimes you simply need to access the underlying API, perhaps to work with a third-party library or existing code.
|
||||
|
||||
|
||||
## The Mock DOM
|
||||
## The Virtual DOM
|
||||
|
||||
React is so fast because it never talks to the DOM directly. React maintains a fast in-memory representation of the DOM. `render()` methods return a *description* of the DOM, and React can diff this description with the in-memory representation to compute the fastest way to update the browser.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user