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 reference.
We typically have used JSON Offers only to this point as we can use that JSON and to then build React components directly inside our React codebase. However, there is certainly interest in utilizing in having Adobe Target have more control over whats being rendered which would allow for simpler A/B testing.