> others
Created by: Kitman Yiu
Updated at: 1 day ago
- Definition: A core process in React used for efficiently updating the UI
- Benefits: Before the reconciliation process, updating the UI might have required re-rendering the entire component tree, even if there were only minor changes.
- Keywords: Core process in React, efficiently updating the UI, prevent re-rendering the entire component tree