Can we upload react project in AEM 6.5.0? | Community
Skip to main content
Level 2
February 9, 2023
Solved

Can we upload react project in AEM 6.5.0?

  • February 9, 2023
  • 1 reply
  • 702 views

Hi everyone,

I have requirement where the functionality is developed using reactjs. I need to upload it in AEM 6.5.0? Is it possible, if yes how?

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 Umesh_Thakur

Yes it is pretty much possible.

you can do with either by implementing SPA or you can create one separate module for react in your code base or use react in front-end module.

Please see below question and answer for the same.

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-reactjs-components-in-non-spa-website/m-p/564294#M140601

 

Hope this helps

Umesh Thakur

 

1 reply

Umesh_Thakur
Community Advisor
Umesh_ThakurCommunity AdvisorAccepted solution
Community Advisor
February 9, 2023

Yes it is pretty much possible.

you can do with either by implementing SPA or you can create one separate module for react in your code base or use react in front-end module.

Please see below question and answer for the same.

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-reactjs-components-in-non-spa-website/m-p/564294#M140601

 

Hope this helps

Umesh Thakur

 

Level 2
February 9, 2023

Thanks will try