SSR + Personalization?
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?
3 Replies
i dont think it would work for react
mainly because you need to link server stuff + client stuff
after searching a little bit, found this
React Client Side SPA with Adobe Target
I know Adobe Target has the ability to manipulate the DOM directly. Are there best practices for using this technology within a React SPA (rendered client side)? All the articles I found are pretty old and probably outdated at this point in time. Wasn't sure if anybody had any working examples for...
its just a lot of unsafe js code to mix with react code