A quick guide to Server-Side Rendering
What is Server-Side Rendering (SSR)?
It is a phenomenon where the web page is prebuilt by the Server instead of building it when the client visits the page.
Why do we need SSR?
The main advantage is that because the web page is prebuilt on the se...
devraj-jhala.hashnode.dev2 min read