https://www.growthbook.io/ logo
c

clever-hair-5481

02/03/2023, 7:56 PM
Hi all — We’re wondering whether other companies have tried running a Growthbook test on a landing page for first time users. We have had issues with glitches when we used growthbook plugin clientside (because we do everything via server side rendering, so the page glitches because it first shows control then client side switches to test cell). Our stack is Nuxt with Vuejs. Does anyone have suggestions for how to proceed?
t

thankful-scientist-83252

02/03/2023, 8:36 PM
Hey Erica, we just built a remix ssr site with growthbook. We use the landing page loader to fetch the features from remix server side and then pass them to the template. We were originally doing the feature fetch client side and found this works better
Unsure what the nuxt analog to a remix loader is but im sure theres something
f

future-teacher-7046

02/03/2023, 8:40 PM
We made an example repo using next.js SSR. https://github.com/growthbook/examples/tree/main/next-js not sure how translatable that is to Nuxt, but maybe it will help.
c

clever-hair-5481

02/06/2023, 10:09 AM
Thanks so much for the reactivity here!!
n

numerous-army-92497

02/15/2023, 12:10 PM
Jumping on this thread, as we have wondered how we best track the "experiment viewed" event when doing pure SSR. Since the GrowthBook instance is living on the server, we no longer have access to it in the rendered app (next.js for example). Do we have to do the tracking then on the server as well? Or is there another wrapper / component we can use on the client to track the viewed experiment?
7 Views