Practice modes
Flashcards, MCQ, and timed verbal drills
Use this page to turn the curated question bank into active recall. Every finished session is stored locally and can feed your revision queue.
Drill mode
Guided question practice
Question 1 of 8
What is the difference between rendering and reconciliation in React?
Rendering calculates the next UI tree. Reconciliation compares previous and next trees and decides minimal DOM updates.