This message was deleted.
# markops
s
This message was deleted.
s
Mutiny
n
what did you mean by alignment issues?
tbh, there is no tool which would work seamless in all conditions on website built using react/angular i.e SPA tech
👍 1
👍🏾 1
You would almost end of doing some funky hack or the other to get away
d
Suppose we change the header text and it's long . And then there is an image next to it . On Preview the alignment looks good. After we go live when we test on our devices the image disappears or is shown half
n
i don't think its a tool problem.
we used bunchbox and we had a team from conversion.com and they were able to execute fairly complex a/b tests our site is built using react.js and it would still need dev team to do some changes etc
some of the hacks i remember was we built both a and b version in code and the a/b test tool was just used to toggle visibility
d
We just wanted to do basic text changes , but ya lots of issues, will try the tools u suggested
k
@Darshan You might want to try vwo.com, It supports enhanced SPA frameworks like Next.js, Angular, etc.
1
k
VWO or Optimizely but both are expensive.
🙌 1
👍 1
z
One way to avoid these issues, is by using server side rendering, rather than client side. At my company we faced flicker issues and got ot resolved by doing the rendering on sever side. Google optimize has settings to allow this with different website stacks.