Current AEM 6.5.10, we want to continue using all the existing components/pages/templates. But just wondering is it possible to add SPA capability to the current AEM instance?
Meaning we could have all the existing components/pages/templates to authoring/create pages as usual, and we also could have SPA components and pages for let's say a campaign page?
Solved! Go to Solution.
Hi @Kam-nyc
The SPA capability is already provided out of the box. The only requirement is that you need to use a specific set of components and pages to start using the SPA Editor. In other words, you would need a new AEM project archetype from the SPA flavor that suits your needs. Then, you can certainly create a specific page that will render as an SPA while keeping other pages with your current components. Just keep in mind the complexity increases when managing two projects.
Here are good resources about how to start with SPA:
https://experienceleague.adobe.com/docs/experience-manager-65/developing/spas/spa-getting-started-re...
Hope this helps
Hi @Kam-nyc
The SPA capability is already provided out of the box. The only requirement is that you need to use a specific set of components and pages to start using the SPA Editor. In other words, you would need a new AEM project archetype from the SPA flavor that suits your needs. Then, you can certainly create a specific page that will render as an SPA while keeping other pages with your current components. Just keep in mind the complexity increases when managing two projects.
Here are good resources about how to start with SPA:
https://experienceleague.adobe.com/docs/experience-manager-65/developing/spas/spa-getting-started-re...
Hope this helps