adobe / aem-sample-we-retail-journal

We.Retail Journal is a sample showcasing SPA Editing capabilities in AEM using React and Angular
Apache License 2.0
70 stars 69 forks source link

Support Server-side rendering requests for Template page paths #50

Closed habansal closed 5 years ago

habansal commented 5 years ago

Support for Remote Content Rendering has been added in upcoming AEM 6.5SP1.

With this all SPA pages (content pages and template pages) as well can be rendered server-side.

So, we should update React and Angular Server code to also support Get and Post Requests for Template page paths.

habansal commented 5 years ago

Handled via https://github.com/adobe/aem-sample-we-retail-journal/pull/51