Adding SPA Component to Experience Fragment | Community
Skip to main content
November 30, 2021
Solved

Adding SPA Component to Experience Fragment

  • November 30, 2021
  • 1 reply
  • 654 views

Hi All,

Is it possible to add SPA Components in Adobe Experience Fragments i am using AEM 6.5.8.0.Please suggest.

I searched forum not getting a clear reference.

Regards,

Rajashankar.R

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 milind_bachani

We use MapTo() to map the react component with created aem custom component holding the properties. Technically it should work since once content fragment is created it will resolve the rendering markup from mapped react component.

1 reply

milind_bachani
Adobe Employee
milind_bachaniAdobe EmployeeAccepted solution
Adobe Employee
December 1, 2021

We use MapTo() to map the react component with created aem custom component holding the properties. Technically it should work since once content fragment is created it will resolve the rendering markup from mapped react component.