ajay
ajay

Reputation: 55

How to Integrate AEM with React JS?

I need to integrate AEM with React JS to use react as a front end and AEM for receiving data.

Tried to follow some tutorials but did not got the solution Also need steps to understand react component integration with AEM component

Upvotes: 0

Views: 780

Answers (1)

Ameesh Trikha
Ameesh Trikha

Reputation: 1712

You should first be generating the project using AEM archetype and pass frontendModule value as react. This will setup the baseline project for you to use AEM SPA editor with React implementation.

Once deployed this will give you text and title component implementation in AEM. Post this you can follow the AEM react development guidelines for your project. Refer to Adobe's documentation here

Upvotes: 0

Related Questions