NJNitish Jhainnitishjha.hashnode.dev·Dec 15, 2024 · 4 min readRendering in ReactWhat 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...00