Can we utilize the AEM SPA editor without implementing SPA routing? Just need WYSWYG authoring for react component with MPA.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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.
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.
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.
Thanks
Tarun
Views
Likes
Replies