CSR or Client Side Rendering is a method where the HTML document is generated (or rendered) at the client side using JavaScript. In this, JavaScript reads the URL of the browser, and render and update the page accordingly.