Sollicitatievraag bij Sifars

What is Server Side Rendering?

Antwoord op sollicitatievraag

Anoniem

2 feb 2021

Server-side rendering (SSR), is the ability of an application to contribute by displaying the web-page on the server instead of rendering it in the browser. Server-side sends a fully rendered page to the client; the client’s JavaScript bundle takes over and allows the SPA framework to operate. There is also client-side rendering which slows down the procedure of viewing and interacting with the web page.