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

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