Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

How to Use React in EDS?

Avatar

Community Advisor and Adobe Champion

How can we use React in EDS? We're working with EDS in the Universal Editor and want to integrate React for the frontend. Does anyone have any insights on how to achieve this or any reference HLX sites?

2 Replies

Avatar

Employee

@MayurSatav what is the use case? Are you plan to build an Edge Delivery Services site with some React components sprinkled in? Or a full React SPA?

 

In general the recommendation is to start with the AEM Boilerplate https://github.com/adobe/aem-boilerplate and build you site build base on this.

Avatar

Level 1

You can use React in EDS by hydrating components client-side — but not to render the full page.
Instead, embed your React component into a block, section, or container, and initialize it on the client side