Navigation Between Pages
To navigate between pages, use the navigateTo() method of the Client class. You need to specify the page ID of the page you want the client to display. The UI won’t be replaced unless you register the new page to another UI, if there is no need to replace the UI, the current UI will remain. Only the page content will be replaced, thereby ensuring fast navigation. This also means fewer resources are used on the client side.