Answers about ssr
Questions and answers from the Croct community about ssr.
Can I stream the page shell first and let the personalized slot fill in?
Next.js App Router. I want static-feeling TTFB. The page has one personalized slot below the fold and I would rather resolve it on the server than swap it in…
Does server-side fetchContent add a TTFB penalty on my Next app?
i moved our hero personalization out of a client hook and into a server fetchContent call in the App Router. my assumption was that the extra server-side…
Does resolving personalization server-side add a TTFB penalty?
evaluating croct and the one thing holding me back is TTFB. right now most of our pages are basically static, we sit around 180ms TTFB from origin and i do…
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…
Running a full A/B test server-side from Laravel Blade, no SPA anywhere
Classic Laravel app, everything rendered in Blade, no SPA and no plans for one. I want to A/B test the pricing page hero. My question is whether the whole…
Sorry if this is basic, but how do I avoid the flash of default content when personalizing a Hydrogen page?
sorry if this is a really basic question, this is my first job and I got tasked with adding a personalized hero to our Hydrogen storefront. I built a…
Sanity content inside a Hydrogen storefront, personalizing without breaking the loaders
Hydrogen storefront, editorial content from Sanity, product data from Shopify. All data flows through loaders. Tried two Shopify CRO apps before this. Neither…
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…
Getting a client logic during SSR error in my Hydrogen route
I am refactoring a promo banner on our Hydrogen store from a client-fetch pattern to a loader pattern and started getting this during server render: The…
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…
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…
Plain Remix app, not Shopify. Is the Hydrogen SDK usable or what are my options?
Saw that the Croct Hydrogen SDK docs mention Remix, which got my hopes up. My app is plain Remix, no Shopify anywhere. Does the Hydrogen SDK work outside a…