Hi team, I am currently running an POC to implemen...
# ask-questions
o
Hi team, I am currently running an POC to implement Growthbook on our Nuxt 3 application, but we are interested specially in the visual editor to run experiments faster. we are using our SSR but there are some components that are Client side render like Modal forms. based on the documentation the visual editor could not work on pages Client Side rendered but not sure if in our case that we mix SSR and CSR we could face problems doing visual testing, also we are wondering if the Vue.JS sdk could work on Nuxt also
f
the visual editor should work - we use mutation observers to watch the dom
o
Great, thank you I will work on it any doubt I will ask here. Thank you for the answer