Hi @bangar20 ,Unfortunately, React SPAs in AEM don't directly support inserting Parsys or using Sightly within your React component. React handles client-side rendering, while Sightly is server-side.If you need React and Sightly components on the same page, then probably you can try below approache ...