Answers about nuxt
Questions and answers from the Croct community about nuxt.
Where should the personalized content fetch live in a Nuxt 3 app?
just added the Nuxt SDK and I am trying to figure out the right place for the content fetch. Does it belong in a plugin, in a composable, or inside…
Can Nuxt SSR render personalized content without the flicker we had with our old tool?
hi, I am a nuxt dev from Argentina. We are replacing a client-side personalization tool because its anti-flicker snippet literally hid the whole page while…
Storyblok + Nuxt 3, how do I render personalized blocks server-side?
Hello everyone, We run a Storyblok site on Nuxt 3 (Nuxt 3.16, Node 20.12) at our agency in Lyon. We want to add personalized blocks, but everything must be…
Strapi + Nuxt 3, how do I get personalized content server-rendered without a flash?
Hello everyone, We have a Strapi-backed Nuxt 3 site for a client and I tried a client-side plugin approach first: fetch the Croct slot in a plugin after…
Nuxt + Storyblok variants swap in after hydration, did I wire this wrong?
I have a Nuxt 3 app rendering Storyblok blocks, with Croct added as a client-side plugin: Expected: personalized block is rendered directly. Actual: the…
Nuxt app with three locales, how does slot content follow the active locale?
Hi everyone! We run a travel site on Nuxt with pt/es/en routes handled by nuxt i18n. Adding Croct for hero personalization and I am trying to understand the…
Sanity + Nuxt 3 frontend, wiring Croct for server-rendered slots
Marketing site: Sanity content rendered by Nuxt 3 (node 20). Every example I find is Next.js. Two questions. Does the Nuxt SDK resolve slot content on the…