Before Reconciliation, render() method is called.
render() method in React is responsible for describing what the UI should look like based on the current state and props. When the render() method is called, it returns a Virtual DOM representation of...