Why SSR instead of CSR
What is SSR means? In technical industry SSR stands for SERVER-SIDE-RENDERING. This technically solves the load time fix of the page while a user sends any request from the browser. How this works ? Before stepping into how this works let’s understan...

