Hey folks, has anyone had experience using something like Adobe Target for personalizing SSR components? If i'm understanding correctly, in SSR, all the HTML elements have to be rendered on the server before it reaches the client.
What if the personalized server-side component has a dependency on a client-side rendered component? how would that usually work out?