DraftMan
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
Nuxt 3 CSS loading & CLS issues
Here a similar issue :
https://github.com/nuxt-modules/i18n/issues/1107
18 replies
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
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