🌐

Rendering JavaScript

Definition updated on November 2023

What is JavaScript Rendering?

JavaScript rendering is the procedure of running JavaScript on a page in order to modify its content or structure. In contrast to server-side rendering, it is also known as client-side rendering. Many cutting-edge websites render certain elements on the server and others on the client, whereas some contemporary websites render some elements on the client and others on the server.