Virtual DOM is a lightweight in-memory representation of the real DOM.
React uses Virtual DOM to:
- Detect UI changes
- Compare with previous DOM (diffing algorithm)
- Efficiently update the real DOM
Result: better performance, fewer direct DOM manipulations.
Để lại một bình luận