Expand my Community achievements bar.

SOLVED

How to add Parsys or Component in AEM SPA React

Avatar

Level 7

I have a requirement to include the parsys and components into one component. 

The code we use to do in HTL is somewhat like <sly data-sly-resource="${'parsys' @ resourceType='project/compoennt/xyz'}"></sly>

 

How can we achieve the same functionality using AEM SPA React

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Ronnie09 

 

Please check the below link. The use case tries to create a column control with a parsys in it. You can maybe extend the same implementation to add parsys from react. 

 

https://aemsimplifiedbynikhil.wordpress.com/tag/parsys/

 

Thanks

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @Ronnie09 

 

Please check the below link. The use case tries to create a column control with a parsys in it. You can maybe extend the same implementation to add parsys from react. 

 

https://aemsimplifiedbynikhil.wordpress.com/tag/parsys/

 

Thanks