Q. In React, what is reconciliation?

  • (A) Process of compiling JSX
  • (B) Matching new tree with old tree to update DOM
  • (C) Re-rendering all components
  • (D) Synchronizing with backend
πŸ’¬ Discuss
βœ… Correct Answer: (B) Matching new tree with old tree to update DOM
Explanation: Reconciliation is the process of comparing the new virtual DOM with the previous one.
Explanation by: Mr. Dubey
Reconciliation is the process of comparing the new virtual DOM with the previous one.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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