Client-side Rendering

The browser loads a minimal HTML page. JavaScript is loaded and executed in the user’s browser, not on the application’s server.

This approach saves server resources as the server itself doesn’t have to do much work then while everything is done by the browser.