Client-Side Vs. Server-Side Rendering
Client-Side Rendering involves loading a basic HTML file and then using JavaScript to render and populate the content on the user’s browser. This means that most of the rendering work is done on the client’s side