How to render a component through both HTL and React in SPA editor
We have a requirement in AEM React SPA application, where we need to render the component for the first time using AEM component HTML, and there on the react should override it and render the react code. It's like a component having both html and react logic. I tried adding html for the component but it's not working in spa editor.