Adobe-Marketing-Cloud / aem-guides-wknd-events

Step by Step guide to creating a Single Page Application to use with AEM
48 stars 34 forks source link

[React] Forced to use ReactJS components? #47

Closed aadams26 closed 5 years ago

aadams26 commented 5 years ago

Local Environment Confirmed.

Describe the issue It appears that using a combination of server-side and client-side rendering components is prohibited in this implementation. Is this the case or is there a way to create an isomorphic application?

aadams26 commented 5 years ago

Never mind, found this useful bit of info: https://helpx.adobe.com/experience-manager/6-4/sites/developing/using/spa-ssr.html

godanny86 commented 5 years ago

hi @aadams26 yes there are plans to add an SSR chapter to the tutorial later this winter. Keep in mind that the approach outlined in https://helpx.adobe.com/experience-manager/6-4/sites/developing/using/spa-ssr.html is still considered a technical preview and not intended for a production rollout.

aadams26 commented 5 years ago

@godanny86 I see that now. Thank you and looking forward to the SSR chapter!