What is rendering in react ?
React rendering is the process of converting react elements into UI elements that can be displayed on screen .
The react elements are simple javascript object which contains the structure which we want to display / render...