A single-page application, everything happens on one page, although the URL may change. Most state changes are displayed to the user without accessing the server (they will be sent to the server for data, but not html / js / css, etc.)
Circular travel apps are apps that change pages with every get / post / put request. A round trip is the path that the application takes from the browser, server, browser to display each state change to the user. This usually results in a βflickerβ as the web browser needs to redraw each page.
Circular motion technique is another beast.
source share