Can we develop an SPA without React or Angular framework in AEM ? | Community
Skip to main content
akashkriz005
Level 2
January 4, 2023
Solved

Can we develop an SPA without React or Angular framework in AEM ?

  • January 4, 2023
  • 1 reply
  • 1016 views

Hi Guys !

One quick question. Is it possible to develop an SPA without React or Angular framework in AEM ? Could anyone please suggest me the advantages and disadvantage for this approach as well ? 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Suraj_Kamdi

@akashkriz005  Yes we can do that as well. Just go through this sample example for building an AEM component using Vue.js 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/webinar-september-ask-the-aem-community-expert-developing-aem/td-p/301590 

 

Also, you can refer to the same https://rapidapi.com/blog/build-spa-vue-js-api/ 

 

FYI this is just an example and needs some POC on handling AEM templates as well as another framework rather than React.js or Angular.

Adobe already maintained its SPA capability with SPA Editor SDK framework. 

https://experienceleague.adobe.com/docs/experience-manager-65/developing/spas/spa-reference-materials.html?lang=en 

1 reply

Suraj_Kamdi
Community Advisor
Suraj_KamdiCommunity AdvisorAccepted solution
Community Advisor
January 4, 2023

@akashkriz005  Yes we can do that as well. Just go through this sample example for building an AEM component using Vue.js 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/webinar-september-ask-the-aem-community-expert-developing-aem/td-p/301590 

 

Also, you can refer to the same https://rapidapi.com/blog/build-spa-vue-js-api/ 

 

FYI this is just an example and needs some POC on handling AEM templates as well as another framework rather than React.js or Angular.

Adobe already maintained its SPA capability with SPA Editor SDK framework. 

https://experienceleague.adobe.com/docs/experience-manager-65/developing/spas/spa-reference-materials.html?lang=en 

Suraj Kamdi
akashkriz005
Level 2
January 5, 2023

Thanks for the response @suraj_kamdi  ! One more small concern is like , will use of normal JavaScript possible for SPA rather than any other frameworks or use of normal JS will make it as a usual web application instead of a SPA ?