Expand my Community achievements bar.

SOLVED

SPA react components author

Avatar

Level 2

Hi,

I am building an application SPA react in version 6.5. I have the need to build blocks of components authoring, i am trying to create a custom authoring component composed by other author components as for exemple text and image.
In my latest project using aem with angularjs it was very easy to do it, now using the AEM with react in SPA i can't find the way to do it.

 

Someone have an idea how to implement it?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello Daf99, 

I think you are asking for more clearer references/tutorials on how to build ReactJS Components in AEM. In addition to all great the AEM ReactJS tutorials that are published on Adobe's documentation library, here are some interesting resources online that I found useful when I started building AEM ReactJS Components:

I hope you find these tutorials helpful as I have. 

 

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hello Daf99, 

I think you are asking for more clearer references/tutorials on how to build ReactJS Components in AEM. In addition to all great the AEM ReactJS tutorials that are published on Adobe's documentation library, here are some interesting resources online that I found useful when I started building AEM ReactJS Components:

I hope you find these tutorials helpful as I have. 

 

Avatar

Community Advisor

@daf99 

I have written one blog to show steps on how to create a custom component in AEM using react

https://blogs.perficient.com/2019/09/17/creating-your-first-custom-aem-component-using-react-part-1/

 

I hope this will help.

Thanks and regards,

Suraj Kamdi

Avatar

Community Advisor

@daf99 

Developing React with AEM component is really straight forward too.

You can start going through the WKND example available online i.e https://docs.adobe.com/content/help/en/experience-manager-learn/spa-react-tutorial/create-project.ht...

You can also refer my article on the same, I have provided initial integration of AEM and React component.


Thanks,
Nikhil