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
thankful-scientist-83252
02/03/2023, 8:37 PM
Unsure what the nuxt analog to a remix loader is but im sure theres something
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?