DraftMan
DraftMan
NNuxt
Created by DraftMan on 5/28/2024 in #❓・help
Nuxt 3 CSS loading & CLS issues
Something like that would be nice to split locales 🤔 https://i18next.github.io/i18next-vue/guide/composition-api.html#customize-t
18 replies
NNuxt
Created by DraftMan on 5/28/2024 in #❓・help
Nuxt 3 CSS loading & CLS issues
18 replies
NNuxt
Created by DraftMan on 5/28/2024 in #❓・help
Nuxt 3 CSS loading & CLS issues
No, all scss styles are in components.
18 replies
NNuxt
Created by DraftMan on 5/28/2024 in #❓・help
Nuxt 3 CSS loading & CLS issues
Here the nuxt config, please let my know if i can share more infos !
18 replies
NNuxt
Created by DraftMan on 5/28/2024 in #❓・help
Nuxt 3 CSS loading & CLS issues
We'll just have to wait for i18next to finish its view module or for nuxt i18n to integrate namespaces so that we can fix this performance problem.
18 replies
NNuxt
Created by DraftMan on 5/28/2024 in #❓・help
Nuxt 3 CSS loading & CLS issues
When we migrated to Nuxt3, we also moved the phrases to locales. Having quite a large application, we wanted to split the locales into different pages, but i18n Nuxt didn't offer this. So we split the locales by language. I transferred all the locales to the base file to check whether this hypothesis was conclusive, and it is.
18 replies
NNuxt
Created by DraftMan on 5/28/2024 in #❓・help
Nuxt 3 CSS loading & CLS issues
Hi @Johann, I tried your module, it didn't help, the visuals are still there.
18 replies
NNuxt
Created by DraftMan on 5/28/2024 in #❓・help
Nuxt 3 CSS loading & CLS issues
Removing components didn't help. Is there a way to optimize nuxt build for css loading of pages ?
18 replies
NNuxt
Created by DraftMan on 5/28/2024 in #❓・help
Nuxt 3 CSS loading & CLS issues
No description
18 replies
NNuxt
Created by DraftMan on 5/28/2024 in #❓・help
Nuxt 3 CSS loading & CLS issues
No description
18 replies
NNuxt
Created by DraftMan on 5/28/2024 in #❓・help
Nuxt 3 CSS loading & CLS issues
Hi @ALI ! Thanks for you answer. Here the issue is not about css loading, not about async requests where Skeleton placeholders could take place. I already use ClientOnly tag for all components witch are not needed for SEO, the main content of the page should be server side rendered. Here it looks like that components that are in the page are loaded later than the components of the layouts.
18 replies