Expand my Community achievements bar.

SOLVED

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

Avatar

Level 3

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 ? 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@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-... 

 

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-material... 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

@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-... 

 

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-material... 

Avatar

Level 3

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 ?