LordGhandi
LordGhandi
NNuxt
Created by LordGhandi on 4/25/2025 in #❓・help
SSR vs Client sided rendered
I am building a web app and have a server written in another language and want to write the frontend in vue/nuxt. I'm having problems understanding SSR and where it should apply and where not. In my case, an external api, where every page is protected, no public page. If I understand correctly SSR servers the html and so the page gets rendered as a static site which in turn turns up the SEO, absolutely great for public sided pages, but what about protected pages? Is it in my best interest to just turn of ssr for simplicity, e.g. all middleware etc. I have one middleware which is just basic auth0 plugin and I'm using their provided login page. Also there is no option in the setup to choose icelandic 🇮🇸
5 replies