Hello team, has anyone had experience with visual experiments and React? Are there any particular co...
s
Hello team, has anyone had experience with visual experiments and React? Are there any particular considerations to keep in mind, or do they work out of the box?
f
They will work out of the box
s
Is the content update automatically managed even in cases of re-rendering? Does it work correctly without creating mismatch errors between server and client, even in the presence of server-side rendering?
f
yes, it watched for Dom mutation events
🙏 1
the only trick is with dynamic class names
if you're applying changes using the class names, some react frameworks will change the class names
👍 1