Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once available to the external app, they are passed to a function in the app app that renders the final page tree.

Rendering an SPA page

The rendering of an SPA page is done through the JavaScript libraries included in the external React or Angular framework. The libraries assemble a component tree from the REST-delivered content and templates.

...