What is Virtual DOM?

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.

Bình luận

Để lại một bình luận

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *