Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML Wrap
alignright
classmenu

Related topics:

Since the 6.2 LTS release, Magnolia comes with modules and libraries that help you develop a Single-Page Application (SPA),

...

Since content editing in an external front-end app is a complex and challenging task, the React/Angular apps currently don't provide remote content-editing capabilities through REST. All content editing is done in the Pages app of the Magnolia author instance. The Magnolia-provided SPA renderer libraries ensure that a SPA project can be edited in the Pages app. The SPA renderer produces template annotations, which the Pages app transforms into the green toolbars - editable – editable page elements.

On the Magnolia side, an SPA has a very simple template definition that just references the index.html file generated by the external React or Angular app. This index.html page is used as a template script.

...