Nesting AEM components and React Components
Hi all,
I'm currently learning how to work with the new AEM SPA editor. My goal is to use this SPA editor in real projects, but I'm stuck on the following concept.
I want to use the WCM tabs component that can insert other React Components. So the structure would be something like this:
tabs/
tab1/
React-Component
tab2/
React-Component
I tried this with the WKND events sample but it doens't render the WCM component on the page and i cannot seem to find any error.
My question is: Are there alternatives or projects that I can use to help me figure this out?
Thanks in Advance!