πŸ“Š React Js
Q. What is reconciliation in React?
  • (A) The process React uses to update the DOM efficiently
  • (B) The process of combining components
  • (C) Merging CSS styles
  • (D) Handling user inputs
πŸ’¬ Discuss
βœ… Correct Answer: (A) The process React uses to update the DOM efficiently

Explanation: Reconciliation compares the new virtual DOM with the previous one.

Explanation by: Mr. Dubey
Reconciliation compares the new virtual DOM with the previous one.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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