Shopify Hydrogen SSR Issue
I’m trying to add Builder.io to a Hydrogen project, I followed the instructions in the official example found in GitHub - BuilderIO/builder-shopify-hydrogen: Builder.io Headless Page Builder example with Shopify Hydrogen and it worked but… It seems to render the components client side, the idea of using hydrogen is having SSR with hydration when needed and the least amount of only client side elements.
I need help finding out if there’s a way to SSR with Shopify Hydrogen and Builder.io. Right now it feels like creating a SPA with a nice visual editor.
Thank you in advance