React Developer — Medium
Key points
- React's reconciliation algorithm prioritizes element type comparison
- Subtree is rebuilt if element types differ
- Only changed attributes are updated if element types are the same
- Recurses into children for further updates
Ready to go further?
Related questions
