Versions Compared

Key

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

...

The UI works with the DSpace REST Api to access and modify data. RxJS facilitates (asynchronous) communication between the two applications and the related Redux package helps maintain object state.

The new UI uses Angular Universal to render initial page requests on the server side. Thus search engines requesting pages do not have to deal with client side page rendering. Crawlers working through a list of URLs will always be presented with a page rendered on the server.

...