Hi All, I have 3 AEM SPA react applications within the same AEM
repository. All these 3 applicaitions using AEM SPA React framework.
Lets say AEM SPA react app a1, a2, a3. these a1, a2,a3 apps generate
with maven acrhetype AEM SPA 4.0. As you all know that when we want to
create any new component we need to map the specific component to AEM
react app page component to display on the page.My requirement is to
re-use the components a1 app in a2 and a3. without mapping these
components I am not abl...