Answers about vue
Questions and answers from the Croct community about vue.
Do the generated slot types actually catch schema changes at build time?
I committed the CLI-generated slots type file and I want to confirm the behaviour I am hoping for: if a component schema changes, does my Vue build fail, or…
When do I call identify and anonymize in a Vue app with Pinia auth?
I keep login state in a Pinia store with the usual login and logout actions, and I want to hook identity in the right place so a user carries their profile…
Vue SPA briefly shows the default before the variant appears
My app is a client-rendered Vue SPA built with Vite. When a page loads, users see the default hero for a moment and then the personalized variant swaps in on…
Is the Vue SDK feature-equivalent to the React one?
Hello everyone. Our team is split between a Vue 3 storefront and a React admin, and we already use Croct on the React side. Before I promise anything to the…
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…
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…
Strapi + Vue SPA, variant flashes after the default renders
hey, we have a classic SPA, Vue 3 + Strapi backend, no SSR. I'm fetching the personalized hero like this: Works, but users see the Strapi default hero for a…