N
Nuxt9mo ago
hz2222

In a Nuxt.js application with multiple pages, what rendering mode do you recommend and why?

Hi guys! In a Nuxt.js application with multiple pages, what rendering mode do you recommend and why? Thx
1 Reply
Anjjar
Anjjar9mo ago
Hi @hz2222 go with the universal rendering. It makes your app more performante and it's good SEO Here's the nuxt docs : https://nuxt.com/docs/guide/concepts/rendering#universal-rendering

Did you find this page helpful?