πŸ“Š React Js
Q. What is React's virtual DOM?
  • (A) A copy of the real DOM that updates instantly
  • (B) An abstraction for server rendering
  • (C) A browser extension
  • (D) A CSS rendering engine
πŸ’¬ Discuss
βœ… Correct Answer: (A) A copy of the real DOM that updates instantly

Explanation: Virtual DOM is an in-memory representation of the real DOM used for efficient diffing.

Explanation by: Mr. Dubey
Virtual DOM is an in-memory representation of the real DOM used for efficient diffing.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
55
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
92%
Success Rate