Rendering
Rendering
Theory
Made By Aiza Nadeem
Overview
Introduction of Rendering
Types of Rendering
What is Server
Server Side Rendering
Client Side Rendering
Differnce B/w CSR SSR
Key Benefits of Rendering
Thanks For Watching
Introduction Of Rendering
Rendering in React refers to the process where
React converts components into DOM elements.
React efficiently updates the UI by using the virtual
DOM, ensuring only the necessary parts of the
interface are re-rendered when the state or props
change.
Types of Rendering Client Side Rendering
Client-Side Rendering (CSR) in React
occurs when the browser renders
in React
content dynamically using JavaScript
after the initial page load.