Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

How to add Parsys or Component in AEM SPA React

Avatar

Level 6

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
Level 5

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
Level 5

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