Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

Using AEM SPA editor without SPA routing?

Avatar

Level 2

Can we utilize the AEM SPA editor without implementing SPA routing? Just need WYSWYG authoring for react component with MPA.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 5

There is an option to disable model router. It is a meta property to add in head section. But if you go this route, everytime page url changes and if that path is not preloaded in the initial model.json call then it becomes your responsibility to call model manager explicitly to add new path so Ajax call is made and registry is updated. 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 5

There is an option to disable model router. It is a meta property to add in head section. But if you go this route, everytime page url changes and if that path is not preloaded in the initial model.json call then it becomes your responsibility to call model manager explicitly to add new path so Ajax call is made and registry is updated. 

Avatar

Community Advisor

Hi @gururajkoni69 ,

You can use AEM remote SPA with next JS and can use AEM editor functionalities as-is for content management.

 

Checkout below article for more info.

https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/s...

 

Thanks
Tarun