next
Round
Technologies
Experiences
Contribute
Login
next
Round
Technologies
Experiences
Contribute
Login
JSX
Virtual DOM
Reconciliation
State and Props
Components
Class Components
Function Components
Lifecycle functions
Code Sharing
Hooks
useState
useReducer
useMemo
useContext
useCallback
useEffect
Custom Hooks
New Hooks
HOC
Refs
Data Sharing
Events
Context API
Redux
Router
CSR-SSR
React APIs
Performance Optimisation
ReactDOM
React APIs
Strict Mode
Next Topic
|
Last Topic
Reconciliation (1/12)
What is reconciliation in React?
All Topics
Reconciliation in React refers to the process by which React updates the user interface to match the most recent state and props of a component.
it's the mechanism that React uses to determine `what changes need to be made to the DOM in response to changes in the application state or props.