I'm pre-rendering my website with (non-shadowdom) components. It all works great and is feast and SEO friendly.
However one component reads data from external APIs and renders differently depending on the data. On the client when the component hydrates and I don't wanna reload this data for the render to result in the same outcome (=DOM).
Is there a way to "pass" the data loaded on the prerender run on the server into the components "hydrate state" ?