Skip to main content

SSR

My Experience with Static SSR
·1572 words·8 mins· 0
Technology SSR NodeJS
Recently I have been creating websites in a statically generated way on a server, this being referred to as Static SSR (Server Side Rendering), where a server essentially generates HTML files based on code written, then those files are served to the user.