AEM React hybrid approach with SSR
hi all,
we started building AEM React components using https://github.com/adobe/react-webcomponent which allows us to use regular AEM pages and mix regular components and React components on the same page.
Is it possible to serve/render React components using Server Side Rendering with Adobe IO, I know it is supported with SPA editor approach but did anyone managed to do it using hybrid approach and react-webcomponents ?
Thank you